/* https://www.huahanlink.com/ */
/* æŠ€æœ¯ï¼šå°çŽ‹ QQï¼š491813163  å¾®ä¿¡ï¼š18223904336 */
@charset "utf-8";

* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: calc(100vw / 19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: thin
}

@media (min-width: 1901px) {
  html {
    font-size: 100px
  }
}

@media (max-width: 1580px) {
  html {
    font-size: calc(100vw / 19)
  }
}

@media (max-width:1280px) {
  html {
    font-size: calc(100vw / 20)
  }
}

@media (max-width: 767px) {
  html {
    font-size: calc(100vw / 15)
  }
}

@media (max-width:480px) {
  html {
    font-size: calc(100vw / 7.5)
  }
}

body {
  height: 0;
  overflow: hidden;
  min-height: 100%;
  font-family: 'HONOR Sans CN', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  color: #000;
  background: #fff
}

@media (max-width: 1580px) {
  body {
    font-size: 14px
  }
}

@media (max-width: 767px) {
  body {
    font-size: .28rem
  }
}

html,
body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle
}

video {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block
}

ul,
ol {
  list-style: none
}

a {
  text-decoration: none;
  color: #000;
  display: block;
  cursor: pointer
}

img {
  max-width: 100%;
  max-height: 100%;
  border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 120%
}

input,
textarea {
  resize: none
}

input[type='submit'],
input[type='reset'],
input[type='button'],
button {
  -webkit-appearance: none;
  appearance: none
}

ul.swiper-wrapper {
  margin: 0;
  padding: 0
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}

.f_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column
}

.f_column_right {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.f_row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row
}

.f_row_right {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.j_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.j_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end
}

.j_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}

.j_justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.j_around {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around
}

.a_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start
}

.a_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end
}

.a_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}

.a_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline
}

.a_stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch
}

.a_s_stretch {
  -webkit-box-self: stretch;
  -ms-align-self: stretch;
  -webkit-align-self: stretch;
  align-self: stretch
}

.a_s_center {
  -webkit-box-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center
}

.a_s_end {
  -webkit-box-self: end;
  -ms-align-self: end;
  -webkit-align-self: end;
  align-self: end
}

.flex_wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap
}

.text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.abImg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%)
}

.dh {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.pb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden
}

.ab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  overflow: hidden
}

.abimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden
}

.public-img::before {
  content: '';
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%
}

.public-img>img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all .75s ease;
  -o-transition: all .75s ease;
  transition: all .75s ease
}

.picture {
  overflow: hidden
}

.picture img {
  -webkit-transition: all .75s ease;
  -o-transition: all .75s ease;
  transition: all .75s ease
}

.each-item:hover .picture img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  zoom: 1.05 \9
}

@keyframes run {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

@keyframes grow2 {
  0% {
    transform: scale(1.02)
  }

  100% {
    transform: scale(1);
    opacity: 1
  }
}

input:-webkit-autofill {
  background: transparent;
  transition: background-color 50000s ease-in-out 0s;
  -webkit-text-fill-color: unset
}

.scrollbar_0 * {
  -ms-overflow-style: none;
  scrollbar-width: none
}

.scrollbar_0 *::-webkit-scrollbar {
  display: none
}

.center_box {
  position: relative;
  z-index: 5
}

.pc {
  display: block
}

.wap,
.mobile {
  display: none
}

@media (max-width:990px) {
  .pc {
    display: none
  }

  .wap,
  .mobile {
    display: block
  }
}

.img_cover {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.mar_b {
  margin-bottom: 0 !important
}

.mar_t {
  margin-top: 0 !important
}

.pad_b {
  padding-bottom: 0 !important
}

.pad_t {
  padding-top: 0 !important
}

.h100 {
  height: 100%
}

.head_nbsp {
  width: 100%;
  height: var(--header-height);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

:root {
  --active_color: #3256ce;
  --color_fff: #ffffff;
  --color_text: #282828;
  --color_f6f: #f6f6f6;
  --color_f4f: #f4f4f4;
  --color_eee: #eeeeee;
  --color_ddd: #dddddd;
  --color_bbb: #bbbbbb;
  --color_999: #999999;
  --color_666: #666666;
  --color_444: #444444;
  --color_333: #333333;
  --color_222: #222222;
  --color_000: #000000;
  --font12: clamp(12px, .12rem, 12px);
  --font14: clamp(12px, .14rem, 14px);
  --font16: clamp(13px, .16rem, 16px);
  --font17: clamp(13px, .17rem, 17px);
  --font18: clamp(14px, .18rem, 18px);
  --font20: clamp(15px, .2rem, 20px);
  --font22: clamp(16px, .22rem, 22px);
  --font24: clamp(17px, .24rem, 24px);
  --font26: clamp(18px, .26rem, 26px);
  --font28: clamp(18px, .28rem, 28px);
  --font30: clamp(20px, .3rem, 30px);
  --font32: clamp(20px, .32rem, 32px);
  --font34: clamp(22px, .34rem, 34px);
  --font36: clamp(22px, .36rem, 36px);
  --font38: clamp(24px, .38rem, 38px);
  --font40: clamp(23px, .4rem, 40px);
  --font42: clamp(24px, .42rem, 42px);
  --font44: clamp(24px, .44rem, 44px);
  --font46: clamp(25px, .46rem, 46px);
  --font48: clamp(26px, .48rem, 48px);
  --font50: clamp(28px, .5rem, 50px);
  --font52: clamp(28px, .52rem, 52px);
  --font54: clamp(28px, .54rem, 54px);
  --font56: clamp(28px, .56rem, 56px);
  --font58: clamp(29px, .58rem, 58px);
  --font60: clamp(30px, .6rem, 60px);
  --font64: clamp(31px, .66rem, 64px);
  --font66: clamp(31px, .66rem, 66px);
  --font70: clamp(32px, .7rem, 70px);
  --font72: clamp(32px, .72rem, 72px);
  --font80: clamp(32px, .8rem, 80px);
  --font100: 1rem;
  --font120: 1.2rem;
  --font160: 1.6rem;
  --font15: clamp(12px, .15rem, 15px);
  --font25: clamp(17px, .25rem, 25px)
}

.font12 {
  font-size: var(--font12)
}

.font14 {
  font-size: var(--font14)
}

.font16 {
  font-size: var(--font16)
}

.font18 {
  font-size: var(--font18)
}

.font20 {
  font-size: var(--font20)
}

.font22 {
  font-size: var(--font22)
}

.font24 {
  font-size: var(--font24)
}

.font26 {
  font-size: var(--font26)
}

.font28 {
  font-size: var(--font28)
}

.font30 {
  font-size: var(--font30)
}

.font32 {
  font-size: var(--font32)
}

.font34 {
  font-size: var(--font34)
}

.font36 {
  font-size: var(--font36)
}

.font38 {
  font-size: var(--font38)
}

.font40 {
  font-size: var(--font40)
}

.font42 {
  font-size: var(--font42)
}

.font44 {
  font-size: var(--font44)
}

.font46 {
  font-size: var(--font46)
}

.font48 {
  font-size: var(--font48)
}

.font50 {
  font-size: var(--font50)
}

.font52 {
  font-size: var(--font52)
}

.font54 {
  font-size: var(--font54)
}

.font56 {
  font-size: var(--font56)
}

.font58 {
  font-size: var(--font58)
}

.font60 {
  font-size: var(--font60)
}

.font66 {
  font-size: var(--font66)
}

.font70 {
  font-size: var(--font70)
}

.font72 {
  font-size: var(--font72)
}

.font80 {
  font-size: var(--font80)
}

.font64 {
  font-size: var(--font64)
}

.font100 {
  font-size: var(--font100)
}

.font120 {
  font-size: var(--font120)
}

.font160 {
  font-size: var(--font160)
}

.font15 {
  font-size: var(--font15)
}

.font25 {
  font-size: var(--font25)
}

.mar_t10 {
  margin-top: .1rem
}

.mar_t13 {
  margin-top: .13rem
}

.mar_t15 {
  margin-top: .15rem
}

.mar_t17 {
  margin-top: .17rem
}

.mar_t20 {
  margin-top: .2rem
}

.mar_t23 {
  margin-top: .23rem
}

.mar_t25 {
  margin-top: .25rem
}

.mar_t27 {
  margin-top: .27rem
}

.mar_t30 {
  margin-top: .3rem
}

.mar_t33 {
  margin-top: .33rem
}

.mar_t35 {
  margin-top: .35rem
}

.mar_t37 {
  margin-top: .37rem
}

.mar_t40 {
  margin-top: .4rem
}

.mar_t43 {
  margin-top: .43rem
}

.mar_t45 {
  margin-top: .45rem
}

.mar_t47 {
  margin-top: .47rem
}

.mar_t50 {
  margin-top: .5rem
}

.mar_t53 {
  margin-top: .53rem
}

.mar_t55 {
  margin-top: .55rem
}

.mar_t57 {
  margin-top: .57rem
}

.mar_t60 {
  margin-top: .6rem
}

.mar_t63 {
  margin-top: .63rem
}

.mar_t65 {
  margin-top: .65rem
}

.mar_t67 {
  margin-top: .67rem
}

.mar_t70 {
  margin-top: .7rem
}

.mar_t73 {
  margin-top: .73rem
}

.mar_t75 {
  margin-top: .75rem
}

.mar_t77 {
  margin-top: .77rem
}

.mar_t80 {
  margin-top: .8rem
}

.mar_t83 {
  margin-top: .83rem
}

.mar_t85 {
  margin-top: .85rem
}

.mar_t87 {
  margin-top: .87rem
}

.mar_t90 {
  margin-top: .9rem
}

.mar_t93 {
  margin-top: .93rem
}

.mar_t95 {
  margin-top: .95rem
}

.mar_t97 {
  margin-top: .97rem
}

.mar_t100 {
  margin-top: 1rem
}

.mar_t105 {
  margin-top: 1.05rem
}

.Coac {
  color: var(--active_color)
}

.Co99 {
  color: var(--color_999)
}

.Co66 {
  color: var(--color_666)
}

.Co33 {
  color: var(--color_333)
}

.Co22 {
  color: var(--color_222)
}

.Co00 {
  color: var(--color_000)
}

.fw600 {
  font-weight: 600
}

.fw500 {
  font-weight: 500
}

.fw300 {
  font-weight: 300
}

.fw200 {
  font-weight: 200
}

@font-face {
  font-family: "HarmonyOS_Sans";
  src: url("../fonts/HarmonyOS_Sans_SC_Thin.ttf");
  font-weight: 200
}

@font-face {
  font-family: "HarmonyOS_Sans";
  src: url("../fonts/HarmonyOS_Sans_SC_Light.ttf");
  font-weight: 300
}

@font-face {
  font-family: "HarmonyOS_Sans";
  src: url("../fonts/HarmonyOS_Sans_SC_Regular.ttf");
  font-weight: normal
}

@font-face {
  font-family: "HarmonyOS_Sans";
  src: url("../fonts/HarmonyOS_Sans_SC_Medium.ttf");
  font-weight: 500
}

@font-face {
  font-family: "HarmonyOS_Sans";
  src: url("../fonts/HarmonyOS_Sans_SC_Bold.ttf");
  font-weight: 700
}

@font-face {
  font-family: "HarmonyOS_Sans";
  src: url("../fonts/HarmonyOS_Sans_SC_Black.ttf");
  font-weight: 900
}

@font-face {
  font-family: 'Bahnschrift';
  src: url('../fonts/Bahnschrift-Light.ttf');
  font-weight: 200
}

.bft_li {
  font-family: 'Bahnschrift'
}

@font-face {
  font-family: 'CormorantSC-Regular';
  src: url('../fonts/CormorantSC-Regular.ttf');
  font-weight: 100
}

.CormorantSC {
  font-family: 'CormorantSC-Regular'
}

@font-face {
  font-family: 'SourceHanSerifCN';
  src: url('../fonts/SourceHanSerifCN-SemiBold.otf');
  font-weight: 600
}

.souS {
  font-family: 'SourceHanSerifCN'
}

@font-face {
  font-family: 'SourceHanSerifSC-Light';
  src: url('../fonts/SourceHanSerifSC-Light.otf');
  font-weight: 600
}

.souR {
  font-family: 'SourceHanSerifSC-Light'
}

.container {
  width: 100%;
  padding-left: 11.1458%;
  padding-right: 7.8125%
}

@media (max-width: 1260px) {
  .container {
    padding-left: 5%;
    padding-right: 5%
  }
}

.w1580 {
  width: 100%;
  max-width: 1580px;
  margin: 0 auto
}

@media (max-width:1920px) {
  .w1580 {
    max-width: 82.29%
  }
}

main {
  width: 100%;
  height: auto;
  --header-height: .87rem;
  font-family: 'HarmonyOS_Sans'
}

@media (max-width:990px) {
  main {
    --header-height: 50px
  }
}

.head_nbsp {
  width: 100%;
  height: var(--header-height);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.text_up {
  text-transform: uppercase
}

.locate_item {
  width: 100%;
  height: 0
}

.box_info {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

@media (max-width:990px) {
  .box_info {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: .5rem
  }

  .box_info .left_box,
  .box_info .right_box {
    width: 100% !important;
    height: auto
  }
}

.gradient_text {
  background: -webkit-linear-gradient(180deg, #3256ce, #16255a);
  background: linear-gradient(180deg, #3256ce, #16255a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent
}

.idxPageHide {
  display: none
}

@media (max-width:990px) {
  .idxPageHide {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 5px;
    margin-top: 20px
  }

  .idxPageHide span {
    width: 5px;
    height: 5px
  }

  .idxPageHide .swiper-pagination-bullet-active {
    background: var(--active_color)
  }
}

.idxPageShow {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  grid-gap: var(--num_15)
}

.idxPageShow span {
  width: 9px;
  height: 9px
}

.idxPageShow .swiper-pagination-bullet-active {
  background: var(--active_color)
}

.wowUp_z {
  overflow: hidden
}

.wowUp_z .wowSon {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transition: all 1.1s ease;
  -o-transition: all 1.1s ease;
  transition: all 1.1s ease
}

.wowUp_z.fadeInUp .wowSon {
  opacity: 1;
  transform: translateY(0)
}

.wow_Up,
.wow_Down,
.wowRight {
  opacity: 0
}

.wow_Up100 {
  opacity: 0
}

.wowUpSB {
  width: 100%;
  height: auto;
  overflow: hidden
}

.wowUpS {
  opacity: 0
}

.reveal {
  overflow: hidden
}

.reveal span {
  opacity: 0;
  display: inline-block
}

.swiperActive .reveal span {
  animation: fadeInUp .5s forwards;
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
  display: inline-block
}

.wowFg {
  overflow: hidden
}

.wowFg span {
  display: inline-block;
  opacity: 0
}

.reveal {
  overflow: hidden
}

.reveal span {
  opacity: 0;
  display: inline-block
}

.swiperActive .reveal2 {
  animation: fadeInUp .5s forwards;
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
  display: inline-block
}

.img_w100 {
  width: 100%;
  height: auto
}

.img_w100 img {
  width: 100%;
  height: auto
}

.idx_title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: .1rem
}

.idx_title .t1 {
  font-size: var(--font42);
  writing-mode: vertical-rl;
  line-height: 1;
  font-weight: 100;
  text-transform: uppercase;
  font-family: 'CormorantSC-Regular'
}

.idx_title .t2 {
  font-size: var(--font50);
  writing-mode: vertical-rl;
  line-height: 1;
  font-weight: 500
}

.idx_subtitle {
  width: 100%;
  height: auto
}

.idx_subtitle .t1 {
  font-family: 'CormorantSC-Regular';
  line-height: 1.2;
  background: -webkit-linear-gradient(180deg, #3256ce, #16255a);
  background: linear-gradient(180deg, #3256ce, #16255a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent
}

.idx_subtitle .t1 span {
  background: -webkit-linear-gradient(180deg, #3256ce, #16255a);
  background: linear-gradient(180deg, #3256ce, #16255a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent
}

.idx_subtitle .t2 {
  line-height: 1.2;
  font-weight: 500
}

.w1448 {
  width: 76.7%;
  margin: auto
}

@media (max-width:990px) {
  .w1448 {
    width: 100%;
    padding: 0 50px
  }
}

@media (max-width:480px) {
  .w1448 {
    width: 100%;
    padding: 0 20px
  }
}

.public_title .t0 {
  text-transform: uppercase;
  font-family: 'CormorantSC-Regular'
}

.public_title .t1 {
  font-family: 'SourceHanSerifCN'
}

.iphone-view {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover
}

@media (max-width: 767px) {
  .iphone-view {
    display: block
  }
}

.pc-view {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

@media (max-width: 767px) {
  .pc-view {
    display: none
  }
}

video.pc-view {
  height: 120vh
}

.idx_banner {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #000
}

.idx_banner .swiper_box {
  width: 100%;
  height: 100vh;
  overflow: hidden
}

@media (max-width: 1260px) {
  .idx_banner .swiper_box {
    height: auto
  }
}

.idx_banner .swiper_box ul li {
  width: 100%;
  height: auto
}

.idx_banner .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1
}

.idx_banner .swiper_box ul li .centerInfo .word_box {
  position: absolute;
  left: 0
}

.idx_banner .swiper_box ul li .centerInfo .cont1 {
  width: 100%;
  height: auto;
  top: 43.5%
}
.idx_banner .swiper_box ul li .centerInfo .cont1 .center_box {
  width: 100%;
  height: auto;
  color: var(--color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end
}

.idx_banner .swiper_box ul li .centerInfo .cont1 .center_box .t1 {
  letter-spacing: .08rem
}

.idx_banner .swiper_box ul li .centerInfo .cont1 .center_box .t2 {
  max-width: 39%;
  margin-top: .35rem;
  letter-spacing: .02rem;
  line-height: 1.4
}
.idx_banner .swiper_box ul li .centerInfo .cont2 {
  width: 100%;
  height: auto;
  padding-left: 13.48%;
  top: 35.6%;
}
.idx_banner .swiper_box ul li .centerInfo .cont2 .center_box {
  width: 100%;
  height: auto;
  color: var(--color)
}

.idx_banner .swiper_box ul li .centerInfo .cont2 .center_box .t1 {
  letter-spacing: .08rem
}

.idx_banner .swiper_box ul li .centerInfo .cont2 .center_box .t2 {
  margin-top: .15rem;
  letter-spacing: .02rem;
  line-height: 1.4;
  text-transform: uppercase;
  padding-left: 8%
}

.idx_banner .swiper_box ul li .centerInfo .tY1 {
  transform: translateX(30px);
  opacity: 0
}

.idx_banner .swiper_box ul li .centerInfo .tY2 {
  transform: translateX(30px);
  opacity: 0
}

.idx_banner .swiper_box ul li .centerInfo .img_w100 img,
.idx_banner .swiper_box ul li .centerInfo .img_w100 video {
  width: 100%;
  height: 100vh;
  object-fit: cover
}

.idx_banner .swiper_box ul li.swiper-slide-active .reveal span {
  animation: fadeInUp .5s forwards;
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
  display: inline-block
}

.idx_banner .swiper_box ul li.swiper-slide-active .img_w100 img {
  animation: grow2 1.5s linear
}

.idx_banner .swiper_box ul li.swiper-slide-active .tY1 {
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease
}

.idx_banner .swiper_box ul li.swiper-slide-active .tY2 {
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease
}


.idx_banner .swiper_box ul li .centerInfo .cont4 {
  width: 100%;
  height: auto;
  bottom: 10%;
}

.idx_banner .swiper_box ul li .centerInfo .cont4 .center_box{
  color: var(--color);
  text-align: center;
}
.idx_banner .swiper_box ul li .centerInfo .cont4  .tY2{
  line-height: 1.6;
  letter-spacing: 2px;
  padding-top: .15rem;
}
@media (max-width: 767px) {
  .idx_banner .swiper_box ul li .img_w100 {
    height: 600px
  }

.idx_banner .swiper_box ul li .centerInfo .cont4  .tY2{
  
  font-size:14px;
}
  .idx_banner .swiper_box ul li .img_w100 img {
    height: 100%;
    object-fit: cover
  }
}

@keyframes grow3 {
  0% {
    transform: translateY(0);
    opacity: 1
  }

  40% {
    transform: translateY(80%);
    opacity: 1
  }

  50% {
    transform: translateY(100%);
    opacity: 0
  }

  51% {
    transform: translateY(-100%);
    opacity: 0
  }

  60% {
    transform: translateY(-20%);
    opacity: 1
  }

  100% {
    transform: translateY(0);
    opacity: 1
  }
}

.idx_about {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #181818
}

.idx_about .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.idx_about .center_box .idx_title {
  width: 18.5%;
  padding-top: 1rem;
  color: #fff;
  padding-left: .3rem;
  position: relative;
  z-index: 1;
  padding-bottom: 1rem
}

@media (max-width: 767px) {
  .idx_about .center_box .idx_title {
    padding-left: .15rem
  }
}

.idx_about .center_box .idx_title .icon {
  position: absolute;
  bottom: .4rem;
  right: .55rem;
  animation: grow3 3s linear infinite
}

.idx_about .center_box .content {
  width: 81.5%;
  height: auto;
  position: relative;
  z-index: 1;
  border-left: 2px solid #929292
}

.idx_about .center_box .content .img_w100 {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #000
}

.idx_about .center_box .content .img_w100 .pb {
  padding-bottom: 33%
}

.idx_about .center_box .content .img_w100 .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.idx_about .center_box .content .img_w100 img {
  width: 100%;
  height: auto
}

.idx_about .center_box .content .word_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}

@media (max-width: 767px) {
  .idx_about .center_box .content .word_box {
    display: block
  }
}

.idx_about .center_box .content .word_box .left_box {
  width: 57.8%;
  padding-top: 3.95rem;
  padding-left: .88rem;
  padding-right: .64rem;
  padding-bottom: 1.6rem;
  position: relative;
  z-index: 3
}

@media (max-width: 767px) {
  .idx_about .center_box .content .word_box .left_box {
    width: 100%;
    padding: 3rem .55rem 1rem
  }
}

.idx_about .center_box .content .word_box .left_box .t1 {
  line-height: 1.2;
  font-family: 'CormorantSC-Regular'
}

.idx_about .center_box .content .word_box .left_box .t2 {
  line-height: 1.2
}

.idx_about .center_box .content .word_box .left_box .t3 {
  width: 100%;
  height: auto;
  margin-top: .7rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: .25rem;
  font-weight: 300
}

.idx_about .center_box .content .word_box .line {
  width: 2px;
  height: auto;
  background: #929292;
  position: relative;
  z-index: 1
}

@media (max-width: 767px) {
  .idx_about .center_box .content .word_box .line {
    display: none
  }
}

.idx_about .center_box .content .word_box .right_box {
  width: 42.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  padding-top: 2.72rem;
  padding-bottom: 1.6rem
}

@media (max-width: 767px) {
  .idx_about .center_box .content .word_box .right_box {
    width: 100%;
    padding: 0 0 1rem
  }
}

.idx_about .center_box .content .word_box .right_box .videoBox {
  width: 4.8rem;
  height: auto
}

.idx_about .center_box .content .word_box .right_box .videoBox .video {
  width: 100%;
  height: auto
}

.idx_about .center_box .content .word_box .right_box .videoBox .video .pb {
  padding-bottom: 50%;
  background: #ffffff34
}

.idx_about .center_box .content .word_box .right_box .videoBox .video .pb .ab video,
.idx_about .center_box .content .word_box .right_box .videoBox .video .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.idx_about .center_box .content .word_box .right_box .videoBox .word {
  width: 100%;
  height: .58rem;
  min-height: 40px;
  font-size: var(--font30);
  background: var(--active_color);
  color: #fff;
  text-align: end;
  padding: .1rem .28rem
}

.idx_story {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.56rem;
  padding-bottom: 1.66rem;
  background-image: url(../images/bg2.jpg);
  background-attachment: fixed;
  background-size: cover;
  padding-left: 23.958%
}

.idx_story .center_box {
  width: 100%;
  height: auto;
  max-width: 78%
}

.idx_story .center_box .idx_subtitle {
  width: fit-content;
  position: relative;
  z-index: 1
}

.idx_story .center_box .idx_subtitle .lineB {
  position: absolute;
  left: calc(100% + .1rem);
  width: 0;
  height: 0;
  top: 55%;
  opacity: .9
}

.idx_story .center_box .idx_subtitle .lineB .af {
  width: 8.71rem;
  height: .02rem;
  position: absolute;
  background: #6b6b6b;
  left: 1.63rem
}

.idx_story .center_box .idx_subtitle .lineB .be {
  width: 8.26rem;
  height: .02rem;
  position: absolute;
  background: #6b6b6b;
  left: 0;
  top: .2rem
}

.idx_story .center_box .content {
  width: 100%;
  height: auto;
  margin-top: .45rem;
  padding-bottom: .7rem;
  position: relative;
  z-index: 1
}

.idx_story .center_box .content .left_box {
  width: 55.65%
}

.idx_story .center_box .content .left_box .word {
  width: 100%;
  height: auto;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: .15rem;
  font-size: var(--font20);
  letter-spacing: -0.005rem
}

.idx_story .center_box .content .right_box {
  width: 34.5%;
  height: auto
}

.idx_story .center_box .content .right_box .imgBox {
  width: 100%;
  height: auto
}

.idx_story .center_box .content .right_box .imgBox img {
  width: 100%;
  height: auto
}

.idx_story .center_box .content .lineA {
  width: 0;
  height: 0;
  z-index: 5;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0
}

.idx_story .center_box .content .lineA .af {
  width: 8.55rem;
  height: .02rem;
  position: absolute;
  background: #6b6b6b;
  left: .7rem;
  top: .3rem
}

.idx_story .center_box .content .lineC {
  width: 0;
  height: 0;
  z-index: 5;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 3.8rem
}

.idx_story .center_box .content .lineC .af {
  width: 8.55rem;
  height: .02rem;
  position: absolute;
  background: #6b6b6b;
  right: 100%
}

@media (max-width:1280px) {
  .idx_story {
    padding-left: 5%;
    padding-right: 5%
  }

  .idx_story .center_box {
    max-width: 100%
  }
}

.idx_message {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: .91rem 0;
  padding-left: 6.25%;
  padding-right: 14.79%;
  background-image: url(../images/bg3.jpg);
  background-size: cover;
  background-attachment: fixed
}

.idx_message .center_box {
  width: 100%;
  height: auto;
  gap: .68rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}

.idx_message .center_box .left_box {
  width: 2.18rem;
  height: auto;
  flex-shrink: 0
}

@media (max-width: 767px) {
  .idx_message .center_box .left_box {
    display: none
  }
}

.idx_message .center_box .right_box {
  width: 100%;
  background: #eeeff1;
  padding: .64rem .86rem;
  position: relative;
  z-index: 1
}

@media (max-width: 767px) {
  .idx_message .center_box .right_box {
    padding: .6rem .4rem
  }
}

.idx_message .center_box .right_box .iconB {
  position: absolute;
  top: .25rem;
  right: .1rem;
  width: 2.17rem
}

.idx_message .center_box .right_box .idx_subtitle {
  padding-right: 2.17rem
}

.idx_message .center_box .right_box .textBox {
  width: 100%;
  height: auto;
  margin-top: .4rem;
  line-height: 1.35;
  font-size: var(--font20);
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: .14rem;
  font-weight: 300
}

@media (max-width: 767px) {
  .idx_message .center_box .right_box .textBox {
    max-height: 50vh;
    overflow: auto
  }
}

@media (max-width:1280px) {
  .idx_message {
    padding-left: 5%;
    padding-right: 5%
  }
}

.idx_founder {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #000;
  background-image: url(../images/bg4.jpg);
  background-size: cover;
  background-attachment: fixed
}

.idx_founder .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

@media (max-width: 767px) {
  .idx_founder .center_box {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
  }
}

.idx_founder .center_box .idx_title {
  width: 18.5%;
  height: auto;
  padding-top: 1.52rem;
  color: #fff;
  padding-left: .3rem;
  position: relative;
  z-index: 1;
  padding-bottom: 1rem;
  background: #000
}

@media (max-width: 767px) {
  .idx_founder .center_box .idx_title {
    padding-left: .15rem
  }
}

.idx_founder .center_box .idx_title .icon {
  position: absolute;
  bottom: .4rem;
  right: .55rem;
  animation: grow3 3s linear infinite
}

.idx_founder .center_box .content {
  width: 81.5%;
  height: auto;
  position: relative;
  z-index: 1;
  /* padding-top: .6rem; */
}

.idx_founder .center_box .content .images_bg {
  width: 100%;
  position: relative;
  z-index: 1
}

.idx_founder .center_box .content .images_bg img {
  width: 100%;
  height: auto
}

@media (max-width: 767px) {
  .idx_founder .center_box .content .images_bg {
    width: 65%;
    margin-left: -25%;
  }
}

.idx_founder .center_box .content .wordBox {
  width: 100%;
  padding-left: 48%;
  position: absolute;
  z-index: 5;
  top: 2.04rem
}

.idx_founder .center_box .content .wordBox .icon {
  width: fit-content;
  height: .47rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 30px;
  color: #fff;
  padding: 0 .2rem;
  position: relative;
  z-index: 1
}

.idx_founder .center_box .content .wordBox .icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(180deg, #3256ce, #16255a);
  background: linear-gradient(180deg, #3256ce, #16255a);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  left: 0;
  top: 0;
  z-index: -1;
  transform: skew(-10deg);
  border-radius: .02rem
}

.idx_founder .center_box .content .wordBox .t2 {
  margin-top: .15rem;
  color: #fff;
}

.idx_culture {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fff
}

.idx_culture .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.idx_culture .center_box .idx_title {
  width: 18.5%;
  height: auto;
  padding-top: 1.48rem;
  color: #fff;
  padding-left: .3rem;
  position: relative;
  z-index: 1;
  padding-bottom: 1rem;
  background: #000
}

@media (max-width: 767px) {
  .idx_culture .center_box .idx_title {
    padding-left: .15rem
  }
}

.idx_culture .center_box .idx_title .icon {
  position: absolute;
  bottom: .4rem;
  right: .55rem;
  animation: grow3 3s linear infinite
}

.idx_culture .center_box .content {
  width: 81.5%;
  height: auto;
  position: relative;
  z-index: 1
}

.idx_culture .center_box .content .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden
}

@media (max-width: 1260px) {
  .idx_culture .center_box .content .item_box {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap
  }
}

.idx_culture .center_box .content .item_box .item {
  width: 25%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden
}

@media (max-width: 1260px) {
  .idx_culture .center_box .content .item_box .item {
    width: 100%
  }
}

.idx_culture .center_box .content .item_box .item .img {
  width: 100%;
  height: 100vh;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease
}

@media (max-width: 1260px) {
  .idx_culture .center_box .content .item_box .item .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }
}

.idx_culture .center_box .content .item_box .item .img img {
  width: 105%;
  max-width: unset;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease
}

@media (max-width: 1260px) {
  .idx_culture .center_box .content .item_box .item .img img {
    width: 100%
  }
}

.idx_culture .center_box .content .item_box .item .word {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  padding: 0 .25rem;
  padding-bottom: .9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  transform: translateY(0%);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}

@media (max-width: 1260px) {
  .idx_culture .center_box .content .item_box .item .word {
    transform: translateY(0%);
    padding: .55rem
  }
}

.idx_culture .center_box .content .item_box .item .word .list {
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: .4rem
}

.idx_culture .center_box .content .item_box .item .word .list .one {
  width: 100%;
  height: auto
}

.idx_culture .center_box .content .item_box .item .word .list .one .t1 {
  width: 100%;
  height: auto;
  padding-bottom: .05rem;
  position: relative;
  z-index: 1
}

.idx_culture .center_box .content .item_box .item .word .list .one .t1::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.idx_culture .center_box .content .item_box .item .word .list .one .t2 {
  width: 100%;
  height: auto;
  margin-top: .08rem
}

.idx_culture .center_box .content .item_box .item .word2 {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  padding: 0 .25rem;
  padding-bottom: .9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0.1));
  transform: translateY(10%);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;
  color: #fff
}

@media (max-width: 1260px) {
  .idx_culture .center_box .content .item_box .item .word2 {
    position: static;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    transform: translateY(0);
    padding: .55rem;
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1))
  }
}

.idx_culture .center_box .content .item_box .item .word2 .list {
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: .4rem;
  width: 100%
}

.idx_culture .center_box .content .item_box .item .word2 .list .one {
  width: 100%;
  height: auto
}

.idx_culture .center_box .content .item_box .item .word2 .list .one .t1 {
  width: 100%;
  height: auto;
  padding-bottom: .05rem;
  position: relative;
  z-index: 1
}

.idx_culture .center_box .content .item_box .item .word2 .list .one .t1::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.idx_culture .center_box .content .item_box .item .word2 .list .one .t2 {
  width: 100%;
  height: auto;
  margin: .1rem 0
}

.idx_culture .center_box .content .item_box .item:hover .img img {
  transform: scale(1.05)
}

.idx_culture .center_box .content .item_box .item:hover .word {
  opacity: 0
}

.idx_culture .center_box .content .item_box .item:hover .word2 {
  opacity: 1;
  transform: translateY(0)
}

@media (max-width: 1260px) {
  .idx_culture .center_box .content .item_box .item:hover .img img {
    transform: scale(1)
  }

  .idx_culture .center_box .content .item_box .item:hover .word {
    opacity: 1
  }

  .idx_culture .center_box .content .item_box .item:hover .word2 {
    opacity: 0;
    transform: translateY(10%)
  }

  .idx_culture .center_box .content .item_box .item.show .img img {
    transform: scale(1.05)
  }

  .idx_culture .center_box .content .item_box .item.show .word {
    opacity: 0
  }

  .idx_culture .center_box .content .item_box .item.show .word2 {
    opacity: 1;
    transform: translateY(0)
  }
}

.idx_culture .center_box .content .item_box .item.wowOp2 .img {
  transform: translateY(100%)
}

.idx_culture .center_box .content .item_box .item.active .img {
  transform: translateY(0)
}

.idx_brands {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fff
}

.idx_brands .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.idx_brands .center_box .idx_title {
  width: 18.5%;
  height: auto;
  padding-top: 1.48rem;
  color: #fff;
  padding-left: .3rem;
  position: relative;
  z-index: 1;
  padding-bottom: 1rem;
  background: #000
}

@media (max-width: 767px) {
  .idx_brands .center_box .idx_title {
    padding-left: .15rem
  }
}

.idx_brands .center_box .idx_title .icon {
  position: absolute;
  bottom: .4rem;
  right: .55rem;
  animation: grow3 3s linear infinite
}

.idx_brands .center_box .content {
  width: 81.5%;
  height: auto;
  position: relative;
  z-index: 1
}

.idx_brands .center_box .content .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden
}

@media (max-width: 1260px) {
  .idx_brands .center_box .content .item_box {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap
  }
}

.idx_brands .center_box .content .item_box .item {
  width: 33.3333%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer
}

@media (max-width: 1260px) {
  .idx_brands .center_box .content .item_box .item {
    width: 100%
  }
}

.idx_brands .center_box .content .item_box .item .word_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1
}

.idx_brands .center_box .content .item_box .item .img {
  width: 100%;
  height: 100vh;
  transform: translateY(0);
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease
}

@media (max-width: 1260px) {
  .idx_brands .center_box .content .item_box .item .img {
    height: 250px
  }
}

.idx_brands .center_box .content .item_box .item .img img {
  width: 105%;
  max-width: unset;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease
}

.idx_brands .center_box .content .item_box .item .word {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  padding: 0 .25rem;
  padding-bottom: .7rem;
  text-align: center
}

.idx_brands .center_box .content .item_box .item .word .imgBox {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.idx_brands .center_box .content .item_box .item .word .t1 {
  margin-top: .12rem
}

.idx_brands .center_box .content .item_box .item:hover .img img {
  transform: scale(1.05)
}

.idx_brands .center_box .content .item_box .item.wowOp2 .word_box {
  transform: translateY(-100%);
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease
}

.idx_brands .center_box .content .item_box .item.active .word_box {
  transform: translateY(0)
}

.idx_team {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden
}

.idx_team .center_box {
  width: 100%;
  height: auto
}

.idx_team .center_box .idx_subtitle {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: .4rem;
  padding-bottom: .3rem;
  background-image: url(../images/bg5.jpg);
  background-size: cover
}

.idx_team .center_box .idx_subtitle .t1 {
  color: #000
}

.idx_team .center_box .idx_subtitle .t1 span {
  color: #000
}

.idx_honor {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fff
}

.idx_honor .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.idx_honor .center_box .idx_title {
  width: 18.5%;
  height: auto;
  padding-top: 1.48rem;
  color: #fff;
  padding-left: .3rem;
  position: relative;
  z-index: 1;
  padding-bottom: 1rem;
  background: #000
}

@media (max-width: 767px) {
  .idx_honor .center_box .idx_title {
    padding-left: .15rem
  }
}

.idx_honor .center_box .idx_title .icon {
  position: absolute;
  bottom: .4rem;
  right: .55rem;
  animation: grow3 3s linear infinite
}

.idx_honor .center_box .content {
  width: 81.5%;
  height: auto;
  position: relative;
  z-index: 1;
  background: url('../images/about2.jpg') center center no-repeat;
  background-size: cover;
  padding: 1.5rem;
  text-align: center
}

.idx_honor .center_box .content .desc {
  padding: .1rem 0 .4rem
}

@media (max-width:768px) {
  .idx_honor .center_box .content .desc {
    padding: .3rem 0 1rem
  }
}

@media (max-width:768px) {
  .idx_honor .center_box .content {
    padding: 1.5rem .5rem
  }
}

.idx_social {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fff
}

.idx_social .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.idx_social .center_box {
  position: relative;
  z-index: 3;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.idx_social .center_box .idx_title {
  width: 18.5%;
  height: auto;
  padding-top: 1.48rem;
  color: #fff;
  padding-left: .3rem;
  position: relative;
  z-index: 1;
  padding-bottom: 1rem;
  background: #000
}

@media (max-width: 767px) {
  .idx_social .center_box .idx_title {
    padding-left: .15rem
  }
}

.idx_social .center_box .idx_title .icon {
  position: absolute;
  bottom: .4rem;
  right: .55rem;
  animation: grow3 3s linear infinite
}

.idx_social .center_box .content {
  width: 81.5%;
  height: auto;
  position: relative;
  z-index: 1;
  background: url('../images/about4.jpg') center center no-repeat;
  background-size: cover;
  text-align: center;
  padding: .3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .4s ease-in-out .4s;
  min-height: 100vh
}

@media (max-width: 1260px) {
  .idx_social .center_box .content {
    min-height: 0;
    padding: 1rem .3rem
  }
}

.idx_social .center_box .content.active {
  opacity: 1
}

.idx_social .center_box .content .t1 {
  padding-bottom: .1rem
}

@keyframes rr {
  0% {
    transform: scale(0)
  }

  100% {
    transform: scale(1)
  }
}

.idx_win_brand {
  opacity: 0;
  transition: opacity .4s ease-in-out .4s;
  min-height: 100vh;
  background: url('../images/about3.jpg') center center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding-top: 1rem;
  overflow: hidden
}

@media (max-width: 1260px) {
  .idx_win_brand {
    padding-top: 0;
    min-height: 600px
  }
}

.idx_win_brand .idx_subtitle {
  position: relative;
  z-index: 5
}

.idx_win_brand .idx_subtitle .t2 {
  padding: .1rem 0 .2rem
}

.idx_win_brand .idx_subtitle .t3 {
  /* width: 4.1rem; */
}

@media (max-width: 1260px) {
  .idx_win_brand .idx_subtitle .t3 {
    width: 70%
  }
}

.idx_win_brand.active {
  opacity: 1
}

.idx_win_brand.active .win_images_list {
  transform: translate(-5%, -18%)
}

@media (max-width: 1260px) {
  .idx_win_brand.active .win_images_list {
    transform: translate(-5%, 0)
  }
}

@media (max-width:768px) {
  .idx_win_brand.active .win_images_list {
    transform: scale(.6) translate(-5%, -10%);
    transform: 0 0;
    margin-left: -15vw
  }
}

.idx_win_brand .win_images_list {
  max-width: 12rem;
  height: 6rem;
  position: relative;
  z-index: 2;
  margin-left: calc(100% - 12rem);
  transform: translate(-20%, 0%);
  -webkit-transition: all 3s ease;
  -o-transition: all 3s ease;
  transition: all 3s ease
}

@media (max-width:768px) {
  .idx_win_brand .win_images_list {
    transform: scale(.6) translate(-20%, 0%);
    margin-left: 0
  }
}

.idx_win_brand .win_images_list .img_item {
  border-radius: 50%;
  position: absolute;
  transform: scale(0);
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  overflow: hidden;
  background: var(--color_fff);
  transform-origin: center center;
  box-shadow: 0 3px 4px 0 rgba(108, 137, 189, 0.35)
}

.idx_win_brand .win_images_list.active .img_item {
  transform: scale(1)
}

.idx_win_brand .win_images_list.active .radius {
  animation: rr 6s forwards alternate
}

.idx_win_brand .win_images_list .img_item:nth-child(1) {
  width: 1.15rem;
  top: 2.1rem;
  left: 9.5rem;
  transition-delay: .1s
}

.idx_win_brand .win_images_list .img_item:nth-child(2) {
  width: 1.24rem;
  top: 3.3rem;
  left: 8.4rem;
  transition-delay: .2s
}

.idx_win_brand .win_images_list .img_item:nth-child(3) {
  width: 1.26rem;
  top: 1.6rem;
  left: 8rem;
  transition-delay: .3s
}

.idx_win_brand .win_images_list .img_item:nth-child(4) {
  width: 1.43rem;
  top: 2.6rem;
  left: 7rem;
  transition-delay: .4s
}

.idx_win_brand .win_images_list .img_item:nth-child(5) {
  width: 1.1rem;
  top: .6rem;
  left: 7rem;
  transition-delay: .5s
}

.idx_win_brand .win_images_list .img_item:nth-child(6) {
  width: 1.4rem;
  top: 1.6rem;
  left: 5.3rem;
  transition-delay: .6s
}

.idx_win_brand .win_images_list .img_item:nth-child(7) {
  width: 1.2rem;
  top: 3.2rem;
  left: 5.3rem;
  transition-delay: .7s
}

.idx_win_brand .win_images_list .img_item:nth-child(8) {
  width: 1.5rem;
  top: 4.3rem;
  left: 4.4rem;
  transition-delay: .8s
}

.idx_win_brand .win_images_list .img_item:nth-child(9) {
  width: 1.6rem;
  top: 3.7rem;
  left: 2.7rem;
  transition-delay: .9s
}

.idx_win_brand .win_images_list .img_item:nth-child(10) {
  width: 1.3rem;
  top: 4.3rem;
  left: .6rem;
  transition-delay: 1s
}

.idx_win_brand .win_images_list .img_item:nth-child(11) {
  width: 1rem;
  top: 3.3rem;
  left: 1.6rem;
  transition-delay: .1s
}

.idx_win_brand .win_images_list .img_item:nth-child(12) {
  width: 1.25rem;
  top: 2rem;
  left: 4rem;
  transition-delay: .2s
}

.idx_win_brand .win_images_list .img_item:nth-child(13) {
  width: 1.24rem;
  top: 1.5rem;
  left: 2.6rem;
  transition-delay: .3s
}

.idx_win_brand .win_images_list .img_item:nth-child(14) {
  width: 1.6rem;
  top: 0rem;
  left: 4.3rem;
  transition-delay: .4s
}

.idx_win_brand .win_images_list .img_item:nth-child(15) {
  width: 1.26rem;
  top: .1rem;
  left: 2.8rem;
  transition-delay: .5s
}

.idx_win_brand .win_images_list .img_item:nth-child(16) {
  width: 1.66rem;
  top: 1rem;
  left: .8rem;
  transition-delay: .6s
}

.idx_win_brand .win_images_list .img_item:nth-child(17) {
  width: 1.43rem;
  top: 2.7rem;
  left: 0;
  transition-delay: .7s
}

.idx_win_brand .win_images_list .radius {
  background-color: #fff;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  position: absolute;
  transform: scale(0);
  overflow: hidden;
  transform-origin: center center
}

.idx_win_brand .win_images_list .radius.gray {
  background-color: #dadada
}

.idx_win_brand .win_images_list .radius.blue {
  background-color: #3256ce
}

.idx_win_brand .win_images_list .radius:nth-child(18) {
  top: 1rem;
  left: 9.3rem;
  transition-delay: .1s
}

.idx_win_brand .win_images_list .radius:nth-child(19) {
  top: 2.6rem;
  left: 2rem;
  transition-delay: .2s
}

.idx_win_brand .win_images_list .radius:nth-child(20) {
  top: 1.4rem;
  left: 4rem;
  transition-delay: .3s
}

.idx_win_brand .win_images_list .radius:nth-child(21) {
  top: 3.6rem;
  left: 4.4rem;
  transition-delay: .4s
}

.idx_win_brand .win_images_list .radius:nth-child(22) {
  top: 1.1rem;
  left: 6.3rem;
  width: .4rem;
  height: .4rem;
  transition-delay: .5s
}

.idx_win_brand .win_images_list .radius:nth-child(23) {
  top: 4.5rem;
  left: 6.6rem;
  width: .8rem;
  height: .8rem;
  transition-delay: .6s
}

.idx_win_brand .win_images_list .radius:nth-child(24) {
  top: 3rem;
  left: 3.3rem;
  transition-delay: .7s
}

.idx_win_brand .win_images_list .radius:nth-child(25) {
  width: .4rem;
  height: .4rem;
  top: 1rem;
  left: 8.3rem;
  transition-delay: .8s
}

.idx_win_brand .win_images_list .radius:nth-child(26) {
  width: .45rem;
  height: .45rem;
  top: 1.7rem;
  left: 10.7rem;
  transition-delay: .9s
}

.idx_win_brand .win_images_list .radius:nth-child(27) {
  width: .65rem;
  height: .65rem;
  top: 2.7rem;
  left: 10.7rem;
  transition-delay: 1s
}

.idx_win_brand .win_images_list .radius:nth-child(27) {
  width: .6rem;
  height: .6rem;
  top: 1.8rem;
  left: 6.9rem;
  transition-delay: .1s
}

.idx_win_brand .win_images_list .radius:nth-child(28) {
  top: .3rem;
  left: 6.05rem;
  width: .6rem;
  height: .6rem;
  transition-delay: 1.2s
}

.idx_win_brand .win_images_list .radius:nth-child(29) {
  top: .1rem;
  left: 8.5rem;
  width: .9rem;
  height: .9rem;
  transition-delay: .3s
}

.idx_win_brand .win_images_list .radius:nth-child(30) {
  top: 4.2rem;
  left: 7.7rem;
  width: .6rem;
  height: .6rem;
  transition-delay: .4s
}

.idx_win_brand .win_images_list .radius:nth-child(31) {
  top: 4rem;
  left: 9.8rem;
  width: .45rem;
  height: .45rem;
  transition-delay: .5s
}

.idx_win_brand .win_images_list .radius:nth-child(31) {
  top: 1.4rem;
  left: 10rem;
  width: .45rem;
  height: .45rem;
  transition-delay: .6s
}

.idx_win_brand .win_images_list .radius:nth-child(32) {
  top: 3.5rem;
  left: 9.8rem;
  width: .45rem;
  height: .45rem;
  transition-delay: .7s
}

.brand_all_banner .image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1
}

.brand_all_banner .image img {
  width: 100%;
  height: 70vh;
  object-fit: cover
}

@media (min-width: 1261px) {
  .brand_all_banner .image img {
    height: 100vh
  }
}

.brand_all_banner .content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transform: translateY(-50%)
}

.brand_all_banner .content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 5rem;
  height: 3rem;
  border-radius: 0 .4rem .4rem 0;
  box-shadow: 0 .15rem .2rem 1px rgba(0, 0, 0, 0.18);
  z-index: 1
}

@media (max-width: 1260px) {
  .brand_all_banner .content .item img {
    width: 60%
  }
}

@media (max-width:480px) {
  .brand_all_banner .content .item {
    width: 6rem;
    height: 2rem
  }
}

.brand_all_banner .content .i-one {
  background-color: var(--color_fff);
  z-index: 4;
  transform: translateX(0)
}

.brand_all_banner .content .i-two {
  background-color: var(--color_000);
  z-index: 3;
  transform: translateX(-1.29rem)
}

.brand_all_banner .content .i-two img {
  animation-delay: .2s
}

.brand_all_banner .content .i-three {
  background-color: #0047bb;
  z-index: 2;
  transform: translateX(-2.12rem)
}

.brand_all_banner .content .i-three img {
  animation-delay: .4s
}

.brand_all_intro {
  padding-bottom: 1.68rem
}

.brand_all_intro .content .t0 {
  font-family: 'CormorantSC-Regular'
}

.brand_all_intro .content .t0 span {
  background: linear-gradient(0deg, #3256ce 24.8046875%, #13204d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.brand_all_intro .content .itemlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap
}

.brand_all_intro .content .itemlist .item {
  position: relative;
  padding: 0 .8rem;
  border-right: 1px solid #585858
}

@media (max-width: 767px) {
  .brand_all_intro .content .itemlist .item {
    width: 100% !important;
    padding: .4rem 0;
    border-right: 0;
    border-bottom: 1px solid #585858
  }
}

.brand_all_intro .content .itemlist .item .logo {
  filter: brightness(0) invert(0);
  margin-top: .5rem
}

@media (max-width: 767px) {
  .brand_all_intro .content .itemlist .item .logo {
    max-width: 45%
  }
}

.brand_all_intro .content .itemlist .item .title {
  margin-top: .46rem;
  font-weight: 500;
  color: #010101;
  line-height: 1
}

.brand_all_intro .content .itemlist .item .desc {
  margin-top: .2rem;
  color: #585858
}

.brand_all_intro .content .itemlist .item .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: .5rem;
  color: var(--active_color);
  font-weight: 500
}

@media (max-width: 767px) {
  .brand_all_intro .content .itemlist .item .more {
    margin-top: .6rem
  }
}

.brand_all_intro .content .itemlist .item .more .val {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: .13rem;
  transform: translateX(-0.2rem)
}

.brand_all_intro .content .itemlist .item .more .val i {
  position: absolute;
  content: '';
  right: 0;
  width: .38rem;
  height: .17rem;
  background: url('../images/more.png') no-repeat;
  transform: translateX(.51rem);
  background-size: cover;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease
}

.brand_all_intro .content .itemlist .item:hover .more .val i {
  right: -0.1rem
}

.brand_all_intro .content .itemlist .item:nth-child(1) {
  width: 32.5%;
  padding-left: 0
}

.brand_all_intro .content .itemlist .item:nth-child(2) {
  width: 29%
}

.brand_all_intro .content .itemlist .item:nth-child(3) {
  width: 38.5%;
  padding-right: 0;
  border-right: none
}

.layui-laypage {
  margin: 0
}

.layui-laypage a,
.layui-laypage span {
  background: transparent !important;
  width: auto;
  height: 28px;
  font-size: var(--font18);
  padding: 0 3px;
  margin: 0 2px;
  position: relative;
  border-radius: 0 !important
}

.layui-laypage a img,
.layui-laypage span img {
  width: .2rem;
  display: block
}

.layui-laypage a em,
.layui-laypage span em {
  color: var(--color_000)
}

.layui-laypage a::after,
.layui-laypage span::after {
  content: '';
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: var(--color_000);
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.layui-laypage a:hover,
.layui-laypage span:hover,
.layui-laypage a.layui-laypage-curr,
.layui-laypage span.layui-laypage-curr {
  color: var(--color_000)
}

.layui-laypage a:hover::after,
.layui-laypage span:hover::after,
.layui-laypage a.layui-laypage-curr::after,
.layui-laypage span.layui-laypage-curr::after {
  opacity: 1;
  width: 100%;
  left: 0
}

.layui-laypage a:hover em,
.layui-laypage span:hover em,
.layui-laypage a.layui-laypage-curr em,
.layui-laypage span.layui-laypage-curr em {
  font-size: var(--font18);
  color: var(--color_000)
}

.layui-laypage-prev img {
  transform: rotate(180deg)
}

.layui-disabled {
  display: none !important
}

.layui-laypage-prev,
.layui-laypage-next {
  margin-top: -0.1rem
}

.layui-laypage .layui-laypage-spr {
  font-size: var(--font18);
  color: var(--color_000)
}

.public_banner {
  position: relative
}

.public_banner .image {
  width: 100%;
  height: 100%;
  max-height: 110vh;
  overflow: hidden
}

@media (max-width: 1260px) {
  .public_banner .image video {
    margin-bottom: -5vh
  }
}

@media (max-width:480px) {
  .public_banner .image {
    height: 500px
  }
}

.public_banner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.public_banner .image .p1 {
  background: top center no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 110vh
}

.public_banner .image .p2 {
  background: top center no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 110vh;
  position: absolute;
  top: 0;
  left: 0
}

.public_banner .image .p3 {
  background: bottom center no-repeat;
  background-size: 100% auto;
  width: 125%;
  height: 110vh;
  position: absolute;
  top: 0;
  left: 0
}

.public_banner.public_plan_banner .p1,
.public_banner.public_plan_banner .p2,
.public_banner.public_plan_banner .p3 {
  background: bottom center no-repeat;
  background-size: cover;
  max-height: 100%
}

.public_banner .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0
}

@media (max-width: 767px) {
  .public_banner .content {
    width: 90%;
    left: 5%;
    text-align: center
  }
}

.public_banner .content .t0 {
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.16;
  text-align: center;
  font-family: 'CormorantSC-Regular'
}

.public_banner .content .t1 {
  font-weight: 300;
  letter-spacing: .2rem
}

.public_banner .content .t2 {
  border: 1px solid #000;
  line-height: 1.5;
  color: #000000cc;
  padding: 0 .22rem;
  margin: .1rem 0;
  opacity: 0;
  white-space: break-spaces
}

.public_banner .content .t2.active {
  opacity: 1
}

.public_banner .content .t3 {
  color: rgba(0, 0, 0, 0.8);
  line-height: 2;
  text-align: center;
  padding-bottom: 1rem;
  opacity: 0;
  transition: all .75s 1s ease-in-out
}

.public_banner .content .t3.active {
  opacity: 1
}

.public_banner .content .t6 {
  position: absolute;
  bottom: 15%
}

.public_banner.history_banner .image {
  height: 14.5rem;
  max-height: 14.5rem
}

.public_banner.history_banner .content {
  padding-bottom: 25%
}

.public_banner.history_banner .title_total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: -2.7rem
}

.public_banner.history_banner .title_total .left {
  color: #000;
  line-height: 1.2;
  width: calc(50% - .5rem);
  border-bottom: 2px solid #000;
  letter-spacing: -0.02rem
}

@media (max-width:768px) {
  .public_banner.history_banner .title_total .left {
    width: 100%;
    margin-bottom: .3rem
  }
}

.public_banner.history_banner .title_total .right {
  width: 48%
}

@media (max-width:768px) {
  .public_banner.history_banner .title_total .right {
    width: 100%
  }
}

.public_banner.history_banner .title_total .right .icon {
  margin: auto;
  width: 2.7rem;
  height: 2.7rem;
  background: url('../images/flower-black.png') no-repeat;
  background-size: cover;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.public_banner.history_banner .title_total .right .icon span {
  width: 80%;
  font-family: 'SourceHanSerifCN';
  display: block;
  text-align: center;
  color: #fff
}

.news_lastest {
  padding-top: 1.4rem
}

.news_lastest .nexticon {
  position: absolute;
  width: .32rem;
  height: .25rem;
  top: 50%;
  right: -0.5rem;
  cursor: pointer
}

.news_lastest .nexticon img {
  width: 100%
}

@media (max-width: 767px) {
  .news_lastest .nexticon {
    right: 0;
    top: -1rem
  }
}

.news_lastest .previcon {
  position: absolute;
  width: .32rem;
  height: .25rem;
  top: 50%;
  left: -0.5rem;
  cursor: pointer
}

.news_lastest .previcon img {
  width: 100%;
  transform: rotate(180deg)
}

@media (max-width: 767px) {
  .news_lastest .previcon {
    left: auto;
    right: .7rem;
    top: -1rem
  }
}

.news_lastest .swiper-button-disabled {
  display: none
}

.news_lastest .itemlist {
  margin-top: 1.1rem;
  position: relative
}

@media (max-width: 767px) {
  .news_lastest .itemlist {
    margin-top: .5rem
  }
}

.news_lastest .itemlist .swiper_box {
  overflow: hidden
}

.news_lastest .itemlist .swiper_box .item {
  width: 2.63rem
}

.news_lastest .itemlist .swiper_box .item .image {
  height: 2.63rem;
  width: 2.63rem;
  overflow: hidden
}

.news_lastest .itemlist .swiper_box .item .image img {
  object-fit: cover;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  transform: scale(1)
}

.news_lastest .itemlist .swiper_box .item .info .name {
  margin-top: .05rem
}

.news_lastest .itemlist .swiper_box .item .info .time {
  font-weight: 300;
  margin-top: .1rem
}

.news_lastest .itemlist .swiper_box .item:hover .image img {
  transform: scale(1.05)
}

.news_lastest .itemlist .swiper_box .swiper-scrollbar {
  position: relative;
  width: 100%;
  left: 0;
  margin-top: .5rem;
  background: #000000;
  border-radius: 0
}

.news_lastest .itemlist .swiper_box .swiper-scrollbar .swiper-scrollbar-drag {
  height: .08rem;
  border-radius: 0;
  background: #000000;
  top: -0.05rem
}

.news_lastest .itemlist .swiper_box .swiper-button-disabled {
  display: none
}

@media (max-width:480px) {
  .news_lastest .itemlist .swiper_box .nexticon {
    display: none
  }
}

.industry_exchange {
  margin-top: 2.1rem;
  margin-bottom: 1.1rem
}

@media (max-width: 767px) {
  .industry_exchange {
    margin-top: 1.5rem
  }
}

.industry_exchange .innerbox .itemlist {
  margin-top: .9rem
}

@media (max-width: 767px) {
  .industry_exchange .innerbox .itemlist {
    margin-top: .5rem
  }
}

.industry_exchange .innerbox .itemlist ul {
  padding-bottom: .6rem
}

.industry_exchange .innerbox .itemlist ul li:last-child a {
  border-bottom: .03rem solid #000000
}

.industry_exchange .innerbox .itemlist ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-top: .03rem solid #000000;
  padding: .3rem 0
}

.industry_exchange .innerbox .itemlist ul a .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: .36rem;
  width: 100%;
}

.industry_exchange .innerbox .itemlist ul a .info .img {
  width: 1.3rem;
  height: 1.3rem;
  overflow: hidden
}

.industry_exchange .innerbox .itemlist ul a .info .img img {
  object-fit: cover;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  transform: scale(1)
}

.industry_exchange .innerbox .itemlist ul a .info .content {
  width: 56.629%
}

.industry_exchange .innerbox .itemlist ul a .info .content .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.industry_exchange .innerbox .itemlist ul a .info .content .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: .1rem;
  font-weight: 300
}

.industry_exchange .innerbox .itemlist ul a .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding-right: .61rem
}

.industry_exchange .innerbox .itemlist ul a .date:before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  right: .14rem;
  width: 9px;
  height: 17px;
  background: url('../images/more-icon.png') no-repeat;
  background-size: cover;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease
}

.industry_exchange .innerbox .itemlist ul a .date p {
  text-align: center
}

.industry_exchange .innerbox .itemlist ul a:hover .img img {
  transform: scale(1.05)
}

.industry_exchange .innerbox .itemlist ul a:hover .date:before {
  right: 0
}

@media (max-width:768px) {
  .industry_exchange .innerbox .itemlist ul li .info .content {
    width: 70%
  }
}

@media (max-width:480px) {
  .industry_exchange .innerbox .itemlist ul li .info {
    display: inline-block;
    width: 100%
  }

  .industry_exchange .innerbox .itemlist ul li .info .img {
    width: 100%;
    height: auto;
  }

  .industry_exchange .innerbox .itemlist ul li .info .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
  }

  .industry_exchange .innerbox .itemlist ul li .info .content {
    margin-top: .3rem;
    min-height: 83px
  }
}

.talent-section1 {
  margin-top: 1.16rem
}

@media (max-width: 767px) {
  .talent-section1 {
    width: 90%;
    margin: 1rem auto
  }
}

.talent-section1 .img {
  margin: 0 .69rem
}

.talent-section1 .img img {
  width: 100%
}

@media (max-width: 767px) {
  .talent-section1 .img {
    width: 100%;
    margin: 0
  }
}

.talent-section1 .desc {
  text-align: center;
  white-space: pre-line;
  padding-top: .555rem;
  line-height: calc(49 / 20)
}

@media (max-width: 767px) {
  .talent-section1 .desc {
    text-align: left
  }
}

.talent-section1 .img2 {
  margin: auto;
  margin-top: 1rem;
  text-align: center;
  max-width: 7rem;
  line-height: 1.1
}

@media (max-width: 767px) {
  .talent-section1 .img2 {
    transform: scale(.7);
    transform-origin: center center
  }
}

.talent-section1 .img2 .title_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}

.talent-section1 .img2 .title_list li {
  width: 36%;
  text-align: center
}

.talent-section1 .img2 .title_list li:nth-child(1) {
  width: 45%
}

.talent-section1 .img2 .title_list li:nth-child(3) {
  text-align: center;
  width: 18%
}

.talent-section1 .img2 .desc_list {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}

.talent-section1 .img2 .desc_list .desc1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -0.07rem
}

.talent-section1 .img2 .desc_list .desc1 li {
  writing-mode: vertical-rl;
  padding: .1rem .16rem 0 0
}

@media (max-width:480px) {
  .talent-section1 .img2 .desc_list .desc1 li {
    padding: .1rem .06rem 0 0
  }
}

.talent-section1 .img2 .desc_list .item2 {
  margin: 0 .45rem
}

.talent-section2 {
  position: relative;
  margin-top: 1.7rem
}

.talent-section2 .imagelist {
  position: relative
}

.talent-section2 .imagelist .public-img::before {
  padding-top: 100vh
}

@media (max-width: 767px) {
  .talent-section2 .imagelist .public-img::before {
    padding-top: 550px
  }
}

.talent-section2 .imagelist .public-img::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color_000);
  z-index: 100;
  opacity: .5
}

.talent-section2 .imagelist>img {
  object-position: 50% 100%
}

.talent-section2 .button_list {
  margin-left: calc(100% - .5rem);
  position: relative;
  z-index: 10;
  filter: invert(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: .5rem;
  padding-top: .2rem
}

.talent-section2 .button_list img {
  width: .15rem;
  display: block
}

.talent-section2 .button_list .swiper-button-disabled {
  opacity: .4;
  cursor: no-drop
}

.talent-section2 .button_list .previcon {
  transform: rotate(180deg)
}

.talent-section2 .button_list .previcon,
.talent-section2 .button_list .nexticon {
  cursor: pointer
}

.talent-section2 .info {
  position: absolute;
  width: 100%;
  margin-left: 12.5%;
  margin-top: 2.29rem;
  z-index: 2;
  top: 0;
  left: 0;
  color: var(--color_fff);
  text-transform: uppercase;
  line-height: 1.075
}

@media (max-width: 767px) {
  .talent-section2 .info {
    margin: 2rem 5%
  }
}

.talent-section2 .info .t0 {
  padding-bottom: .1rem;
  display: block
}

.talent-section2 .swiper_box {
  width: 4.5rem;
  position: absolute;
  bottom: 1rem;
  right: 2.5rem;
  overflow: hidden
}

@media (max-width: 767px) {
  .talent-section2 .swiper_box {
    right: 5%;
    bottom: 5%
  }
}

.talent-section2 .swiper_box .item {
  margin-left: .2rem;
  width: 1.3rem !important
}

.meeting-section1 {
  padding-top: 1.3rem
}

.meeting-section1 .itemlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap
}

.meeting-section1 .itemlist ul li {
  width: 33.3%;
  padding: 0 .15rem;
  padding-bottom: .55rem;
  padding-top: .9rem;
  position: relative
}

.meeting-section1 .itemlist ul li a {
  background: url('../images/meeting_bg.jpg') top center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  min-height: 6.7rem;
  position: relative
}

.meeting-section1 .itemlist ul li a .public-img::before {
  padding-top: 56%
}

.meeting-section1 .itemlist ul li a .text-box {
  width: 100%;
  color: var(--color_fff);
  padding: .45rem .25rem
}

.meeting-section1 .itemlist ul li a .title {
  opacity: .95;
  font-family: 'SourceHanSerifCN'
}

.meeting-section1 .itemlist ul li a .desc {
  opacity: .8;
  line-height: 1.5;
  margin-top: .1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  width: 85%;
  letter-spacing: 1px
}

.meeting-section1 .itemlist ul li a .en {
  position: absolute;
  right: .2rem;
  top: 37%;
  transform: translate(0, -50%);
  font-family: 'CormorantSC-Regular';
  opacity: .5;
  writing-mode: vertical-rl
}

.meeting-section1 .itemlist ul li a .other-bottom {
  width: 100%
}

.meeting-section1 .itemlist ul li a .more {
  height: .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-right: .25rem;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease
}

.meeting-section1 .itemlist ul li a .more img {
  filter: invert(100%)
}

@media (max-width:768px) {
  .meeting-section1 .itemlist ul li a .more {
    height: 1rem
  }
}

.meeting-section1 .itemlist ul li a:hover .more {
  padding-right: .1rem
}

.meeting-section1 .itemlist ul li::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -0.1rem;
  width: calc(100% + .1rem);
  height: 2px;
  z-index: 1;
  background-color: var(--color_000)
}

.meeting-section1 .itemlist ul li:nth-child(3n - 1) {
  animation-delay: .2s
}

.meeting-section1 .itemlist ul li:nth-child(3n) {
  animation-delay: .4s
}

.meeting-section1 .itemlist ul li:nth-child(3n - 2)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -0.1rem;
  width: 2.7rem;
  height: 5px;
  z-index: 1;
  background-color: var(--color_000)
}

@media (max-width: 767px) {

  .meeting-section1 .itemlist ul li,
  .meeting-section1 .itemlist ul li:nth-child(3n - 1) {
    width: 50%
  }

  .meeting-section1 .itemlist ul li:nth-child(3n - 2)::after {
    display: none
  }

  .meeting-section1 .itemlist ul li:nth-child(odd)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -0.3rem;
    width: 1.7rem;
    height: 5px;
    z-index: 1;
    background-color: var(--color_000)
  }
}

@media (max-width:480px) {
  .meeting-section1 .itemlist ul li {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0
  }

  .meeting-section1 .itemlist ul li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0 !important;
    width: 25%;
    height: 5px;
    z-index: 1;
    display: block !important;
    background-color: var(--color_000)
  }

  .meeting-section1 .itemlist ul li::before {
    width: 100%;
    left: 0 !important
  }

  .meeting-section1 .itemlist ul li a .text-box {
    padding: .55rem .45rem 1rem !important
  }

  .meeting-section1 .itemlist ul li a .text-box .en {
    bottom: auto;
    top: .6rem;
    right: .4rem
  }
}

.meeting-section2 {
  padding: 1.85rem 0 1rem
}

.meeting-section2 .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: .9rem
}

@media (max-width:768px) {
  .meeting-section2 .content-box {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap
  }
}

.meeting-section2 .left {
  width: 1.25rem;
  margin-left: -0.35rem;
  text-align: right;
  margin-top: -0.05rem
}

@media (max-width:768px) {
  .meeting-section2 .left {
    width: 100%;
    margin-left: 0
  }
}

.meeting-section2 .left .swiper-slide {
  height: auto !important;
  padding-top: .3rem
}

.meeting-section2 .left .swiper-slide:first-child {
  padding-top: 0
}

@media (max-width:768px) {
  .meeting-section2 .left .swiper-slide {
    padding-top: 0;
    width: auto !important;
    margin-left: 0
  }
}

.meeting-section2 .left .swiper-slide::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: var(--color_000);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.meeting-section2 .left .swiper-slide:hover::before,
.meeting-section2 .left .swiper-slide.active::before {
  width: 100%
}

.meeting-section2 .right {
  width: calc(100% - 1.55rem)
}

@media (max-width:768px) {
  .meeting-section2 .right {
    width: 100%;
    padding-top: .5rem
  }
}

.meeting-section2 .itemlist ul {
  padding-bottom: .6rem
}

.meeting-section2 .itemlist ul li:last-child a {
  border-bottom: .03rem solid #000000
}

.meeting-section2 .itemlist ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-top: .03rem solid #000000;
  padding: .3rem 0
}

@media (max-width:768px) {
  .meeting-section2 .itemlist ul a {
    padding: .5rem 0
  }
}

.meeting-section2 .itemlist ul a .content {
  max-width: 9rem;
  padding: 0 .5rem;
  box-sizing: border-box
}

@media (max-width:768px) {
  .meeting-section2 .itemlist ul a .content {
    max-width: 80%;
    padding-left: 0
  }
}

.meeting-section2 .itemlist ul a .content .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.meeting-section2 .itemlist ul a .content .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: .1rem;
  font-weight: 300
}

.meeting-section2 .itemlist ul a .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding-right: .61rem
}

.meeting-section2 .itemlist ul a .date:before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  right: .14rem;
  width: 9px;
  height: 17px;
  background: url('../images/more-icon.png') no-repeat;
  background-size: cover;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease
}

.meeting-section2 .itemlist ul a .date p {
  text-align: center
}

.meeting-section2 .itemlist ul a:hover .date:before {
  right: 0
}

.contact-section1 {
  text-align: center;
  text-transform: uppercase;
  padding: 2.8rem 0 1.8rem
}

@media (max-width: 767px) {
  .contact-section1 {
    padding: 2rem 0 1rem
  }
}

.contact-section1 .name {
  font-family: 'CormorantSC-Regular';
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: .1rem
}

@media (max-width: 767px) {
  .contact-section1 .name {
    font-size: .4rem;
    letter-spacing: .05rem;
    line-height: .5rem
  }
}

.contact-section1 .name span {
  font-family: 'CormorantSC-Regular';
  font-size: 1.5rem
}

@media (max-width: 767px) {
  .contact-section1 .name span {
    font-size: .6rem;
    letter-spacing: .05rem;
    line-height: 1.2
  }
}

.contact-section1 .name-white {
  color: var(--color_fff)
}

.contact-section1 .name-black {
  color: var(--color_000)
}

.contact-section1 .img {
  height: 3.4rem;
  background: center center no-repeat;
  background-size: cover;
  padding: .4rem;
  box-sizing: border-box;
  object-fit: cover;
  transform: scale(0);
  -webkit-transition: all 1.4s ease;
  -o-transition: all 1.4s ease;
  transition: all 1.4s ease
}

.contact-section1 .img.active {
  transform: scale(1)
}

@media (max-width: 767px) {
  .contact-section1 .img {
    height: 2rem
  }
}

.contact-section1 .contact-box-text {
  margin-top: -1.05rem
}

@media (max-width: 767px) {
  .contact-section1 .contact-box-text {
    margin-top: -0.5rem
  }
}

.contact-section1 .en {
  display: inline-block;
  background-color: var(--color_000);
  text-transform: uppercase;
  color: var(--color_fff);
  font-size: var(--font60);
  font-family: 'CormorantSC-Regular';
  padding: .25rem;
  min-width: 6.5rem;
  letter-spacing: .1rem
}

@media (max-width: 767px) {
  .contact-section1 .en {
    letter-spacing: .05rem;
    min-width: 5rem
  }
}

@media (max-width: 767px) {
  .contact-section1 .en {
    font-size: .45rem
  }
}

.contact-section1 .cn {
  padding-top: .15rem;
  font-size: var(--font60);
  letter-spacing: .05rem;
  color: var(--color_000)
}

@media (max-width: 767px) {
  .contact-section1 .cn {
    font-size: .45rem
  }
}

.contact-section2 .contact-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.contact-section2 .contact-title-box .public_title {
  width: 48%
}

@media (max-width: 767px) {
  .contact-section2 .contact-title-box .public_title {
    width: 100%
  }
}

.contact-section2 .contact-title-box .public_title .t1 {
  margin-left: -0.2rem
}

.contact-section2 .contact-title-box .title_picture {
  max-width: 50%;
  width: 6.5rem
}

@media (max-width: 767px) {
  .contact-section2 .contact-title-box .title_picture {
    margin-top: .3rem;
    max-width: 100%
  }
}

.contact-section2 .itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: var(--color_000);
  line-height: 1.5;
  padding: .75rem 0
}

.contact-section2 .itemList li {
  width: calc(50% - .3rem);
  padding-bottom: .7rem
}

.contact-section2 .itemList li:nth-child(2n) {
  animation-delay: .08s
}

@media (max-width: 767px) {
  .contact-section2 .itemList li {
    width: 100%;
    animation-delay: 0s !important
  }
}

.contact-section2 .itemList .title {
  border-bottom: 2px solid #000;
  font-family: 'SourceHanSerifCN'
}

.contact-section2 .itemList .text-box {
  font-family: 'SourceHanSerifSC-Light';
  font-weight: lighter
}

.contact-section2 .itemList .text-box span {
  display: block
}

.contact-section2 .itemList .call,
.contact-section2 .itemList .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}

.contact-section2 .itemList .call span:nth-child(1),
.contact-section2 .itemList .address span:nth-child(1) {
  width: 1rem
}

@media (max-width: 767px) {

  .contact-section2 .itemList .call span:nth-child(1),
  .contact-section2 .itemList .address span:nth-child(1) {
    width: 1.2rem
  }
}

.contact-section2 .itemList .call span:nth-child(2),
.contact-section2 .itemList .address span:nth-child(2) {
  width: calc(100% - 1rem)
}

@media (max-width: 767px) {

  .contact-section2 .itemList .call span:nth-child(2),
  .contact-section2 .itemList .address span:nth-child(2) {
    width: calc(100% - 1.2rem)
  }
}

.contact-section3 {
  padding-bottom: 2.1rem
}

.contact-section3 .picture {
  width: 61.5%;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  transform: translate(0, 50%);
  opacity: 0
}

.contact-section3 .picture.active {
  opacity: 1;
  transform: translate(0, 0)
}

@media (max-width: 767px) {
  .contact-section3 .picture {
    width: 100%;
    margin: auto
  }
}

.contact-section3 .text-box {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  transform: translate(25%, 25%);
  opacity: 0;
  transition-delay: .2s;
  width: 66%;
  margin-left: 34%;
  padding: .35rem;
  background-color: #fff;
  box-shadow: .06rem .1rem .4rem 0 rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 10;
  margin-top: -3.1rem
}

.contact-section3 .text-box.active {
  opacity: 1;
  transform: translate(0, 0)
}

@media (max-width: 767px) {
  .contact-section3 .text-box {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    padding: 15px
  }
}

.contact-section3 .text-box .wrap {
  border-radius: .45rem;
  border: .02rem solid var(--color_000);
  min-height: 4.5rem;
  text-align: center;
  padding: .2rem 1rem;
  font-weight: normal
}

@media (max-width: 767px) {
  .contact-section3 .text-box .wrap {
    border-radius: .25rem;
    padding: 15px
  }
}

.contact-section3 .text-box .title {
  font-weight: lighter
}

.contact-section3 .text-box .slogan {
  letter-spacing: .02rem;
  padding-top: 5px
}

.contact-section3 .text-box .desc {
  padding: .5rem 0 .1rem
}

.contact-section3 .text-box .info {
  font-weight: lighter;
  color: var(--color_fff);
  background-color: var(--color_000)
}

.contact-section3 .text-box .send {
  color: #000;
  line-height: 1.8;
  padding: .4rem 0 .1rem
}

.contact-section3 .text-box .tips {
  color: #c9c9c9;
  font-size: 12px;
  text-transform: uppercase;
  transform: scale(.9);
  transform-origin: center center
}

.contact-section4 .itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 1.5rem
}

.contact-section4 .itemList li {
  max-width: 2.4rem;
  text-align: center;
  font-size: var(--font32);
  font-family: 'SourceHanSerifCN';
  color: var(--color_000);
  width: 22%;
  padding-bottom: .5rem
}

.contact-section4 .itemList li:nth-child(4n) {
  animation-delay: .45s
}

.contact-section4 .itemList li:nth-child(4n-1) {
  animation-delay: .3s
}

.contact-section4 .itemList li:nth-child(4n-2) {
  animation-delay: .15s
}

@media (max-width: 767px) {
  .contact-section4 .itemList li {
    width: 48%;
    max-width: 3rem
  }
}

.contact-section4 .itemList li .img {
  width: 100%
}

.contact-section4 .itemList li .text {
  padding: .1rem 0
}

.public_product_banner {
  background: center center no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  padding: calc(80px + 3vh) 0 3vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative
}

.public_product_banner .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

@media (max-width: 767px) {
  .public_product_banner {
    padding: calc(50px + 1rem) 0 1rem
  }
}

.public_product_banner .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.public_product_banner .image .swiper_box,
.public_product_banner .image .swiper-slide {
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover
}

.public_product_banner .image .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.public_product_banner .content-box {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
  color: var(--color_fff)
}

@media (max-width: 767px) {
  .public_product_banner .content-box {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap
  }
}

.public_product_banner .content-box .logo {
  width: 3.8rem;
  margin: auto
}

.public_product_banner .content-box .tips {
  letter-spacing: .15rem;
  text-align: center;
  padding: .2rem 0 .55rem
}

.public_product_banner .content-box .en {
  font-size: 12px;
  line-height: 2.4;
  text-align: justify
}

@media (max-width: 1580px) {
  .public_product_banner .content-box .en {
    line-height: 1.7;
    text-align: left
  }
}

.public_product_banner .content-box .cn {
  line-height: 1.75;
  text-align: justify
}

.public_product_banner .content-box .left {
  width: 41%
}

@media (max-width: 767px) {
  .public_product_banner .content-box .left {
    width: 100%
  }
}

.public_product_banner .content-box .right {
  width: 48%
}

@media (max-width: 767px) {
  .public_product_banner .content-box .right {
    padding-top: .3rem;
    width: 100%
  }
}

.public_product_banner.yuexin_banner .content-box {
  max-width: 12rem
}

.public_product_banner.yuexin_banner .content-box .right {
  padding-top: .3rem;
  width: 4.9rem
}

@media (max-width: 767px) {
  .public_product_banner.yuexin_banner .content-box .right {
    width: 100%
  }
}

.public_product_banner.yuexin_banner .content-box .left {
  width: 48%
}

@media (max-width: 767px) {
  .public_product_banner.yuexin_banner .content-box .left {
    width: 100%
  }
}

.public_product_banner.tianrun_banner .logo {
  width: 2.3rem;
  margin-bottom: .5rem
}

.public_product_banner.tianrun_banner .content-box {
  max-width: 12rem
}

.meiao_section0 {
  position: relative;
  min-height: 110vh
}

.meiao_section0 .w1448 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

@media (max-width:768px) {
  .meiao_section0 .w1448 {
    padding: 0
  }
}

.meiao_section0::before {
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  background: url('../images/icon/left.jpg') left center no-repeat;
  background-size: cover;
  top: 0;
  z-index: 1
}

@media (max-width:768px) {
  .meiao_section0::before {
    display: none
  }
}

.meiao_section0::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url('../images/icon/right.jpg') left center no-repeat;
  background-size: cover;
  z-index: 1
}

@media (max-width:768px) {
  .meiao_section0::after {
    display: none
  }
}

.meiao_section0 .person {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 2.83rem;
  z-index: 2;
  max-height: 85%;
  object-fit: cover;
  text-align: center
}

.meiao_section0 .left {
  width: 38%;
  padding-top: 2.1rem
}

@media (max-width:768px) {
  .meiao_section0 .left {
    padding: 1rem 5%;
    width: 100%;
    background: url('../images/icon/left.jpg') left center no-repeat;
    background-size: cover
  }
}

.meiao_section0 .left .item {
  filter: invert(100%)
}

@media (min-width: 768px) {
  .meiao_section0 .left .item {
    text-align: right;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
}

.meiao_section0 .right {
  width: 38%;
  padding-top: 2.1rem
}

@media (max-width:768px) {
  .meiao_section0 .right {
    width: 100%;
    padding: 1rem 5%;
    background: url('../images/icon/right.jpg') left center no-repeat;
    background-size: cover
  }
}

.meiao_section0 .item {
  font-family: 'SourceHanSerifCN';
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: .2rem
}

@media (max-width:768px) {
  .meiao_section0 .item {
    margin-bottom: .3rem
  }
}

.meiao_section0 .item .icon {
  width: .7rem
}

.meiao_section0 .item .text_box {
  width: calc(100% - 1rem)
}

.meiao_section1 {
  position: relative
}

.meiao_section1 .text-box {
  position: absolute;
  top: .9rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  text-align: center
}

@media (max-width:768px) {
  .meiao_section1 .text-box {
    top: .2rem
  }
}

.meiao_section1 .text-box .title {
  font-family: 'CormorantSC-Regular';
  text-transform: uppercase
}

.meiao_section1 .text-box .desc {
  font-family: 'SourceHanSerifCN'
}

.meiao_section2 {
  padding: 1.4rem 0 .6rem
}

@media (max-width:768px) {
  .meiao_section2 {
    padding: .6rem 0
  }
}

.meiao_section2 .item {
  padding: .6rem 0 0
}

@media (min-width: 768px) {
  .meiao_section2 .item {
    padding: .8rem .2rem 0
  }
}

.meiao_section2 .item img {
  width: 100%
}

.meiao_section2 .swiper-slide .public-img::before {
  padding-top: 74%
}

.meiao_section2 .swiper-slide-active {
  padding: .2rem 0 0
}

@media (min-width: 768px) {
  .meiao_section2 .swiper-slide-active {
    width: 7.4rem !important;
    padding: 0 .15rem
  }
}

.meiao_section2 .swiper-slide-active .public-img::before {
  padding-top: 69%
}

@media (max-width:768px) {
  .meiao_section2 .swiper-slide-active .public-img::before {
    padding-top: 90%
  }
}

.meiao_section2 .button_list {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 1.8rem;
  padding-top: .45rem;
  margin: auto
}

.meiao_section2 .button_list img {
  width: .15rem;
  display: block
}

.meiao_section2 .button_list .swiper-button-disabled {
  opacity: .4;
  cursor: no-drop
}

.meiao_section2 .button_list .previcon {
  transform: rotate(180deg)
}

.meiao_section2 .button_list .previcon,
.meiao_section2 .button_list .nexticon {
  cursor: pointer
}

.layui-layer {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important
}

.yuexin_video_section {
  position: relative;
  width: 100%;
  height: 100vh;
  background-attachment: fixed;
  background-image: url("../images/z30.jpg")
}

.yuexin_video_section .bg {
  position: relative;
  background: var(--color_000)
}

.yuexin_video_section .bg img {
  width: 100%;
  opacity: .3
}

.yuexin_video_section .icon-play {
  position: absolute;
  width: 1.9rem;
  height: 1.9rem;
  top: calc(50% - .95rem);
  left: calc(50% - .95rem);
  z-index: 3
}

@media (max-width: 767px) {
  .yuexin_video_section .icon-play {
    width: 1rem;
    height: 1rem;
    top: calc(50% - .5rem);
    left: calc(50% - .5rem);
  }
}

.yuexin_video_section .icon-play:hover {
  opacity: 1
}

.yuexin_environment_section {
  padding: .7rem 0 2.5rem;
  overflow: hidden
}

.yuexin_environment_section .public_title {
  padding-bottom: .4rem;
  position: relative;
  z-index: 2
}

.yuexin_environment_section .content-box {
  position: relative
}

.yuexin_environment_section .content-box .bg {
  content: '';
  position: absolute;
  top: -17%;
  left: -0.4rem;
  width: 120%;
  height: 130%;
  background-color: #f5f5f5
}

@media (max-width:768px) {
  .yuexin_environment_section .content-box .bg {
    left: -0.2rem;
    top: -10%;
    height: 120%
  }
}

.yuexin_environment_section .imageList {
  width: 105%;
  position: relative;
  margin-top: .15rem
}

@media (max-width: 767px) {
  .yuexin_environment_section .imageList {
    width: 100%
  }
}

.yuexin_environment_section .imageList li {
  position: absolute;
  width: calc(66.5% / 3 - .15rem);
  z-index: 3
}

@media (max-width: 767px) {
  .yuexin_environment_section .imageList li {
    width: 49%
  }
}

.yuexin_environment_section .imageList li a {
  cursor: default
}

.yuexin_environment_section .imageList li:nth-child(9n - 8) {
  position: relative;
  width: 33.5%;
  margin-bottom: .15rem
}

.yuexin_environment_section .imageList li:nth-child(9n - 8) .public-img::before {
  padding-top: 67%
}

@media (max-width: 767px) {
  .yuexin_environment_section .imageList li:nth-child(9n - 8) {
    width: 49%
  }
}

.yuexin_environment_section .imageList li:nth-child(9n - 7) {
  position: relative;
  width: 33.5%
}

.yuexin_environment_section .imageList li:nth-child(9n - 7) .public-img::before {
  padding-top: 67%
}

@media (max-width: 767px) {
  .yuexin_environment_section .imageList li:nth-child(9n - 7) {
    width: 49%
  }
}

.yuexin_environment_section .imageList li:nth-child(9n - 6) {
  left: calc(33.5% + .15rem);
  top: 0
}

.yuexin_environment_section .imageList li:nth-child(9n - 6) .public-img::before {
  padding-top: 148%
}

@media (max-width: 767px) {
  .yuexin_environment_section .imageList li:nth-child(9n - 6) {
    left: auto;
    right: 0
  }

  .yuexin_environment_section .imageList li:nth-child(9n - 6) .public-img::before {
    padding-top: 100%
  }
}

.yuexin_environment_section .imageList li:nth-child(9n - 5) {
  left: calc(33.5% + .15rem);
  bottom: 0
}

.yuexin_environment_section .imageList li:nth-child(9n - 5) .public-img::before {
  padding-top: 63%
}

@media (max-width: 767px) {
  .yuexin_environment_section .imageList li:nth-child(9n - 5) {
    left: auto;
    right: 0;
    top: 29.5%
  }
}

.yuexin_environment_section .imageList li:nth-child(9n - 4) {
  left: calc(33.5% + (66.5% / 3) + .15rem);
  top: 0
}

.yuexin_environment_section .imageList li:nth-child(9n - 4) .public-img::before {
  padding-top: 63%
}

@media (max-width: 767px) {
  .yuexin_environment_section .imageList li:nth-child(9n - 4) {
    left: 0;
    position: relative;
    margin: .15rem 0
  }
}

.yuexin_environment_section .imageList li:nth-child(9n - 3) {
  bottom: 0;
  left: calc(33.5% + (66.5% / 3) + .15rem)
}

.yuexin_environment_section .imageList li:nth-child(9n - 3) .public-img::before {
  padding-top: 148%
}

@media (max-width: 767px) {
  .yuexin_environment_section .imageList li:nth-child(9n - 3) {
    left: 0;
    position: relative
  }
}

.yuexin_environment_section .imageList li:nth-child(9n - 2) {
  right: 0;
  top: 0
}

.yuexin_environment_section .imageList li:nth-child(9n - 2) .public-img::before {
  padding-top: 69%
}

@media (max-width: 767px) {
  .yuexin_environment_section .imageList li:nth-child(9n - 2) {
    top: 48.5%
  }

  .yuexin_environment_section .imageList li:nth-child(9n - 2) .public-img::before {
    padding-top: 58%
  }
}

.yuexin_environment_section .imageList li:nth-child(9n - 1) {
  top: 50%;
  transform: translate(0, -50%);
  right: 0
}

.yuexin_environment_section .imageList li:nth-child(9n - 1) .public-img::before {
  padding-top: 69%
}

@media (max-width: 767px) {
  .yuexin_environment_section .imageList li:nth-child(9n - 1) {
    top: 74.3%
  }

  .yuexin_environment_section .imageList li:nth-child(9n - 1) .public-img::before {
    padding-top: 58%
  }
}

.yuexin_environment_section .imageList li:nth-child(9n) {
  right: 0;
  bottom: 0
}

.yuexin_environment_section .imageList li:nth-child(9n) .public-img::before {
  padding-top: 69%
}

@media (max-width: 767px) {
  .yuexin_environment_section .imageList li:nth-child(9n) {
    bottom: 0%
  }

  .yuexin_environment_section .imageList li:nth-child(9n) .public-img::before {
    padding-top: 58%
  }
}

.yuexin_environment_section .textList li {
  position: absolute;
  z-index: 5;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  color: var(--color_fff);
  padding: 5px .15rem
}

@media (max-width:768px) {
  .yuexin_environment_section .textList li {
    width: 1.6rem;
    height: 1.6rem
  }
}

.yuexin_environment_section .textList .cn {
  font-family: 'SourceHanSerifSC-Light'
}

.yuexin_environment_section .textList .en {
  font-weight: 100;
  line-height: 1.2;
  text-transform: uppercase
}

.yuexin_environment_section .textList li:nth-child(1) {
  top: calc(50% - .65rem);
  left: calc(17% - .65rem)
}

@media (max-width:768px) {
  .yuexin_environment_section .textList li:nth-child(1) {
    top: calc(40% - .8rem);
    left: calc(50% - .8rem)
  }
}

.yuexin_environment_section .textList li:nth-child(2) {
  top: calc(70% - .65rem);
  left: calc(35.7% - .65rem)
}

@media (max-width:768px) {
  .yuexin_environment_section .textList li:nth-child(2) {
    top: calc(20% - .8rem);
    left: calc(50% - .8rem)
  }
}

.yuexin_environment_section .textList li:nth-child(3) {
  top: calc(31% - .65rem);
  left: calc(59% - .65rem)
}

@media (max-width:768px) {
  .yuexin_environment_section .textList li:nth-child(3) {
    top: calc(60% - .8rem);
    left: calc(50% - .8rem)
  }
}

.yuexin_environment_section .textList li:nth-child(4) {
  top: calc(66% - .65rem);
  left: calc(82% - .65rem)
}

@media (max-width:768px) {
  .yuexin_environment_section .textList li:nth-child(4) {
    top: calc(82% - .8rem);
    left: calc(50% - .8rem)
  }
}

.yuexin_healthcare_section .public_title {
  text-align: right;
  position: relative;
  z-index: 10
}

.yuexin_healthcare_section .content-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap
}

.yuexin_healthcare_section .content-box .bg {
  content: '';
  position: absolute;
  top: -6.7%;
  right: -0.8rem;
  width: calc(120% + .8rem);
  height: 100%;
  background-color: #f5f5f5
}

@media (max-width:768px) {
  .yuexin_healthcare_section .content-box .bg {
    right: -0.2rem;
    top: -5%;
    height: 100%
  }
}

.yuexin_healthcare_section .content-box .left {
  width: 7rem;
  color: var(--color_000);
  line-height: 2.2;
  position: relative;
  z-index: 4;
  padding: 1rem 0
}

@media (max-width:768px) {
  .yuexin_healthcare_section .content-box .left {
    line-height: 1.8;
    width: 100%;
    padding: .5rem 0
  }
}

.yuexin_healthcare_section .content-box .left .logo {
  width: 4rem;
  position: absolute;
  bottom: 25.5%;
  right: -1rem;
  z-index: 10;
  opacity: .1
}

.yuexin_healthcare_section .content-box .swiper_box {
  width: 5.3rem
}

@media (max-width:768px) {
  .yuexin_healthcare_section .content-box .swiper_box {
    width: calc(100% + 7.5vw) !important;
    height: auto;
    margin-left: -5vw
  }
}

.yuexin_healthcare_section .content-box .imagelist {
  height: 10rem;
  overflow: hidden
}

@media (max-width:768px) {
  .yuexin_healthcare_section .content-box .imagelist {
    height: auto;
    padding-bottom: 1rem
  }
}

.yuexin_healthcare_section .content-box .imagelist .item {
  transform: scale(.75);
  height: 3.2rem !important;
  border: 2px solid #000;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease
}

@media (max-width:768px) {
  .yuexin_healthcare_section .content-box .imagelist .item {
    transform: scale(.8)
  }
}

.yuexin_healthcare_section .content-box .swiper-pagination {
  right: -0.25rem;
  z-index: 10
}

.yuexin_healthcare_section .content-box .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #595757;
  opacity: 1;
  cursor: pointer;
  width: .14rem;
  height: .14rem;
  box-sizing: border-box
}

.yuexin_healthcare_section .content-box .swiper-pagination-bullet-active {
  background-color: #595757
}

.yuexin_healthcare_section .content-box .swiper-slide-active .item {
  height: 3.2rem !important;
  transform: scale(1)
}

.yuexin_healthcare_section .content-box .swiper-slide-prev .item {
  transform-origin: center bottom
}

@media (max-width:768px) {
  .yuexin_healthcare_section .content-box .swiper-slide-prev .item {
    transform-origin: center center
  }
}

.yuexin_healthcare_section .content-box .swiper-slide-next .item {
  transform-origin: center top
}

@media (max-width:768px) {
  .yuexin_healthcare_section .content-box .swiper-slide-next .item {
    transform-origin: center center
  }
}

.yuexin_vip_section .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  position: relative;
  margin-bottom: 1rem
}

@media (max-width:768px) {
  .yuexin_vip_section .list .item {
    margin-bottom: .2rem
  }
}

.yuexin_vip_section .list .item .picture {
  width: 6.3rem;
  z-index: 10;
  position: relative
}

@media (max-width:768px) {
  .yuexin_vip_section .list .item .picture {
    width: 100%
  }
}

.yuexin_vip_section .list .item:nth-child(odd) .bg {
  content: '';
  position: absolute;
  top: .5rem;
  left: -0.4rem;
  width: 120%;
  height: calc(100% - .1rem);
  background-color: #f5f5f5
}

@media (max-width:768px) {
  .yuexin_vip_section .list .item:nth-child(odd) .bg {
    left: -0.2rem
  }
}

.yuexin_vip_section .list .item:nth-child(2n) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.yuexin_vip_section .list .item:nth-child(2n) .bg {
  content: '';
  position: absolute;
  top: 1rem;
  right: -0.8rem;
  width: calc(120% + .8rem);
  height: calc(100% - .3rem);
  background-color: #f5f5f5
}

@media (max-width:768px) {
  .yuexin_vip_section .list .item:nth-child(2n) .bg {
    right: -0.2rem
  }
}

.yuexin_vip_section .list .item:nth-child(2n) .button_list {
  display: block
}

.yuexin_vip_section .list .item:nth-child(2n) .button_list a {
  display: block;
  width: 2.5rem;
  margin: .25rem auto 0
}

@media (max-width:768px) {
  .yuexin_vip_section .list .item:nth-child(2n) .button_list a {
    width: 70%;
    max-width: 5rem
  }
}

.yuexin_vip_section .list .item:nth-child(2n) .en {
  padding: 1.6rem 0 0;
  line-height: 1.01
}

.yuexin_vip_section .list .text-box {
  width: calc(100% - 7rem);
  text-align: center;
  padding: 1.9rem .1rem 0;
  z-index: 10;
  position: relative
}

@media (max-width:768px) {
  .yuexin_vip_section .list .text-box {
    width: 100%
  }
}

.yuexin_vip_section .list .title {
  color: var(--color_000);
  font-family: 'SourceHanSerifCN'
}

.yuexin_vip_section .list .en {
  color: #b2b2b2;
  font-family: 'CormorantSC-Regular';
  text-transform: uppercase;
  padding: .3rem 0
}

.yuexin_vip_section .list .tips {
  padding: .2rem 0 .1rem
}

.yuexin_vip_section .list .button_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.yuexin_vip_section .list .button_list.button_list1 {
  max-width: 70%;
  margin: auto
}

.yuexin_vip_section .list .button_list a {
  padding: .12rem .3rem;
  display: inline-block;
  border-radius: .1rem;
  border: 1px solid #878686;
  margin: .15rem .1rem;
  min-width: 1.7rem;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease
}

.yuexin_vip_section .list .button_list a:hover {
  background-color: #000;
  color: #fff
}

.yuexin_vip_section .list .c_list dd {
  padding-bottom: .1rem
}

.yuexin_vip_section .list .c_list dd:nth-child(1) .button_list a {
  min-width: 2rem
}

@keyframes widthKey1 {
  0% {
    transform: scale(0);
    opacity: 1
  }

  100% {
    transform: scale(8);
    opacity: 0
  }
}

@keyframes widthKey2 {
  0% {
    transform: scale(0);
    opacity: 1
  }

  100% {
    transform: scale(8);
    opacity: 0
  }
}

@keyframes grow3 {
  0% {
    transform: scale(0);
    opacity: .5
  }

  100% {
    transform: scale(2);
    opacity: 0
  }
}

@keyframes grow4 {
  0% {
    transform: scale(0);
    opacity: .7
  }

  100% {
    transform: scale(2);
    opacity: 0
  }
}

.product_tianrun1 {
  position: relative
}

.product_tianrun1 .w1448 {
  position: absolute;
  top: .6rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  height: 60%
}

@media (max-width:768px) {
  .product_tianrun1 .w1448 {
    position: static;
    transform: translate(0, 0);
    height: auto
  }
}

.product_tianrun1 .bg {
  width: 100%
}

@media (max-width:768px) {
  .product_tianrun1 .bg {
    margin-top: -4rem
  }
}

.product_tianrun1 .innerbox {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

@media (max-width:768px) {
  .product_tianrun1 .innerbox {
    width: 100%;
    padding: 1rem 0 .4rem
  }
}

.product_tianrun1 .innerbox .editor {
  color: #000;
  line-height: 1.8;
  width: 3.1rem;
  text-align: justify
}

@media (max-width:768px) {
  .product_tianrun1 .innerbox .editor {
    width: 100%;
    padding: .5rem 0 0
  }
}

.product_tianrun1 .innerbox .content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}

.product_tianrun1 .innerbox .map {
  width: 77%;
  position: relative
}

@media (max-width:768px) {
  .product_tianrun1 .innerbox .map {
    width: 100%
  }
}

.product_tianrun1 .innerbox .map .dots {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0
}

.product_tianrun1 .innerbox .map li {
  position: absolute;
  width: .05rem;
  height: .05rem;
  display: none
}

.product_tianrun1 .innerbox .map li .dot {
  position: absolute;
  width: .06rem;
  height: .06rem;
  background: #E971C0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%
}

.product_tianrun1 .innerbox .map li .dot::after {
  content: '';
  position: absolute;
  width: .16rem;
  height: .16rem;
  background: #E971C0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .3;
  border-radius: 50%;
  animation: grow4 linear var(--time) infinite;
  z-index: -1
}

.product_tianrun1 .innerbox .map li .dot::before {
  content: '';
  position: absolute;
  width: .3rem;
  height: .3rem;
  background: #E971C0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .15;
  border-radius: 50%;
  animation: grow3 linear var(--time) infinite;
  z-index: -1
}

.product_tianrun1 .innerbox .map li:nth-child(1) {
  top: 52.3%;
  left: 54.8%;
  display: block
}

.product_tianrun1 .innerbox .map li:nth-child(2) {
  top: 48.5%;
  left: 46.4%;
  display: block
}

.product_tianrun1 .innerbox .map li:nth-child(3) {
  top: 62%;
  left: 46.6%;
  display: block
}

.product_tianrun1 .innerbox .map li:nth-child(4) {
  top: 62%;
  left: 52.2%;
  display: block
}

.product_tianrun1 .innerbox .map li:nth-child(5) {
  top: 77.1%;
  left: 43.95%;
  display: block
}

.product_tianrun1 .innerbox .map li:nth-child(6) {
  top: 80.4%;
  left: 63.5%;
  display: block
}

.product_tianrun1 .innerbox .map li:nth-child(7) {
  top: 82.4%;
  left: 65.5%;
  display: block
}

.product_tianrun1 .innerbox .map li:nth-child(8) {
  top: 77%;
  left: 71.8%;
  display: block
}

.product_tianrun1 .innerbox .map li:nth-child(9) {
  top: 67.8%;
  left: 62.1%;
  display: block
}

.product_tianrun1 .innerbox .map li:nth-child(10) {
  top: 67.1%;
  left: 68.1%;
  display: block
}

.product_tianrun1 .innerbox .map li:nth-child(12) {
  top: 61.6%;
  left: 64.7%;
  display: block
}

.product_tianrun1 .innerbox .map li:nth-child(13) {
  top: 61.7%;
  left: 74.4%;
  display: block
}

.product_tianrun1 .innerbox .map li:nth-child(14) {
  top: 57.7%;
  left: 75.1%;
  display: block
}

.product_tianrun1 .innerbox .map li:nth-child(15) {
  top: 56.3%;
  left: 71.6%;
  display: block
}

.product_tianrun1 .innerbox .map li:nth-child(15) {
  top: 35.6%;
  left: 65.9%;
  display: block
}

.product_tianrun1 .innerbox .map li:nth-child(16) {
  top: 56.2%;
  left: 71.6%;
  display: block
}

.product_tianrun3 {
  padding: .5rem 0 0
}

.product_tianrun3 .public_title {
  text-align: center
}

.product_tianrun3 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: .3rem 0
}

.product_tianrun3 .list .item {
  width: calc(25% - .125rem);
  position: relative;
  margin-bottom: .2rem;
  transform: translateY(30%);
  opacity: 0;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  overflow: hidden
}

@media (max-width:768px) {
  .product_tianrun3 .list .item {
    width: calc(50% - .1rem)
  }
}

.product_tianrun3 .list .item .word {
  position: absolute;
  z-index: 2;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 60%;
  padding: .3rem 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

@media (max-width:768px) {
  .product_tianrun3 .list .item .word {
    width: 85%
  }
}

.product_tianrun3 .list .item .t1 {
  padding-bottom: 5px;
  border-bottom: 2px solid #ffffff;
  width: calc(100% - .3rem);
  margin: auto
}

.product_tianrun3 .list .item .t2 {
  letter-spacing: -1px;
  font-family: 'CormorantSC-Regular';
  line-height: 1.1;
  padding: .1rem 0
}

.product_tianrun3 .list .item .t3 {
  transform: translateY(.5rem);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0
}

.product_tianrun3 .list .item .two {
  transform: translateY(-0.5rem);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
  line-height: 1.125
}

.product_tianrun3 .list .item .img {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  transform: scale(1)
}

.product_tianrun3 .list .item:hover .two,
.product_tianrun3 .list .item:hover .t3 {
  opacity: 1;
  transform: translateY(0)
}

.product_tianrun3 .list .item:hover .img {
  transform: scale(1.05)
}

.product_tianrun3 .list .item:hover .word {
  transform: translate(-50%, -50%) scale(1.05)
}

.product_tianrun3 .list .item.active {
  opacity: 1;
  transform: translateY(0%)
}

.product_tianrun3 .list .public-img::before {
  padding-top: 200%
}

.product_tianrun4 {
  position: relative;
  background-color: #fdfdfd
}

.product_tianrun4 .w1448 {
  position: absolute;
  top: .9rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  height: 60%;
  text-align: center
}

@media (max-width:768px) {
  .product_tianrun4 .w1448 {
    position: static;
    transform: translate(0, 0);
    height: auto;
    padding-top: .3rem
  }
}

.clearfix:after,
.clearfix:before {
  content: '';
  display: table
}

.clearfix:after {
  clear: both
}

.clearfix {
  zoom: 1
}

@keyframes grow7 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-5%)
  }

  100% {
    transform: translateY(0)
  }
}

.product_tianrun41 {
  min-height: 100vh;
  background: center center no-repeat;
  background-size: cover;
  background-attachment: fixed
}

.product_tianrun41 .innerbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: .6rem 0
}

.product_tianrun41 .innerbox .right {
  max-width: 5.2rem;
  text-align: center
}

@media (max-width:768px) {
  .product_tianrun41 .innerbox .right {
    max-width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    width: 90%;
    margin: auto;
    padding: .4rem 0
  }
}

.product_tianrun41 .innerbox .right .slogan {
  width: 1.25rem;
  margin: auto;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  transform: scale(0);
  transform-origin: center
}

.product_tianrun41 .innerbox .right .slogan.active {
  transform: scale(1)
}

@media (max-width:768px) {
  .product_tianrun41 .innerbox .right .slogan {
    width: .8rem
  }
}

.product_tianrun41 .innerbox .right .slogan_text {
  padding: .4rem 0 .5rem;
  letter-spacing: .15rem
}

.product_tianrun41 .innerbox .right .desc {
  line-height: 2
}

.product_tianrun41 .innerbox .left {
  color: #ffffff
}

@media (max-width:768px) {
  .product_tianrun41 .innerbox .left {
    max-width: 100%;
    width: 100%
  }
}

.product_tianrun41 .innerbox .left .public_title {
  text-align: right
}

@media (max-width:768px) {
  .product_tianrun41 .innerbox .left .public_title {
    text-align: center
  }
}

.product_tianrun41 .innerbox .left .dots_list {
  padding-top: 1.9rem;
  width: 1.4rem;
  float: right;
  text-align: justify;
  text-align: center
}

@media (max-width:768px) {
  .product_tianrun41 .innerbox .left .dots_list {
    padding-top: .9rem;
    float: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
  }
}

.product_tianrun41 .innerbox .left .dots_list li {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.68);
  margin-bottom: .2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: .03rem;
  animation: grow7 var(--time) cubic-bezier(.39, .58, .57, 1) infinite
}

@media (max-width:768px) {
  .product_tianrun41 .innerbox .left .dots_list li {
    width: 2rem;
    height: 2rem;
    margin: .3rem
  }
}

.product_tianrun41 .innerbox .left .dots_list li span {
  line-height: 1.01
}

.product_tianrun41 .innerbox .left .dots_list li:first-child {
  letter-spacing: 0
}

@media (max-width:990px) {
  .product_tianrun41 {
    background-attachment: unset
  }
}

.product_tianrun5 {
  background-color: #eeeeee;
  overflow: hidden
}

.product_tianrun5 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: .5rem 0
}

@media (max-width:768px) {
  .product_tianrun5 .list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
}

.product_tianrun5 .list .item {
  width: calc(33.3% - 1.2rem);
  padding: 0 0 .25rem;
  transform: translateY(30%);
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease
}

.product_tianrun5 .list .item:nth-child(3n - 1) {
  margin: 0 1.8rem 0 1.8rem
}

.product_tianrun5 .list .item.active {
  opacity: 1;
  transform: translateY(0%)
}

@media (max-width:768px) {
  .product_tianrun5 .list .item {
    transform: translateY(20%);
    width: calc(50% - .2rem);
    margin: 0 !important
  }
}

.product_tianrun5 .list a {
  display: block;
  width: 100%
}

.product_tianrun5 .list .public-img {
  max-width: 2.95rem
}

.product_tianrun5 .list .public-img::before {
  padding-top: 125%
}

.product_tianrun5 .list .name {
  padding: .05rem 0
}

.product_tianrun6 {
  text-align: center
}

.product_tianrun6 .content_list {
  background: url('../images/product_tianrun10.jpg') top center no-repeat;
  background-size: 100% auto;
  padding-top: .7rem
}

.product_tianrun6 .content_list .innerbox {
  transform: scale(.85);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
  transform-origin: center center
}

.product_tianrun6 .content_list .innerbox.active {
  opacity: 1;
  transform: scale(1)
}

.product_tianrun6 .content_list .list {
  padding-top: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap
}

.product_tianrun6 .content_list .item {
  display: block;
  padding: .075rem;
  width: 16.6%
}

@media (max-width:768px) {
  .product_tianrun6 .content_list .item {
    width: 25%
  }
}

@keyframes logo-ani1 {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(-55px, -40px)
  }

  100% {
    transform: translate(0, 0)
  }
}

@keyframes logo-ani11 {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(.3rem, -0.6rem)
  }

  100% {
    transform: translate(0, 0)
  }
}

@keyframes logo-ani2 {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(.1rem, -0.7rem)
  }

  100% {
    transform: translate(0, 0)
  }
}

@keyframes logo-ani12 {
  0% {
    transform: translate(.3rem, -0.6rem)
  }

  50% {
    transform: translate(0, 0)
  }

  100% {
    transform: translate(.3rem, -0.6rem)
  }
}

@keyframes logo-ani3 {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(-0.8rem, .5rem)
  }

  100% {
    transform: translate(0, 0)
  }
}

@keyframes logo-ani13 {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(-0.8rem, .6rem)
  }

  100% {
    transform: translate(0, 0)
  }
}

@keyframes logo-ani4 {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(.6rem, .8rem)
  }

  100% {
    transform: translate(0, 0)
  }
}

@keyframes logo-ani14 {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(1rem, -0.5rem)
  }

  100% {
    transform: translate(0, 0)
  }
}

@keyframes logo-ani5 {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(.3rem, -0.55rem)
  }

  100% {
    transform: translate(0, 0)
  }
}

@keyframes logo-ani6 {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(-0.3rem, -0.8rem)
  }

  100% {
    transform: translate(0, 0)
  }
}

@keyframes logo-ani7 {
  0% {
    transform: translate(5px, -5px);
    transform-origin: center center
  }

  50% {
    transform: translate(0, 0);
    transform-origin: center center
  }

  100% {
    transform: translate(5px, -5px);
    transform-origin: center center
  }
}

.product_tianrun7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  position: relative;
  overflow: hidden
}

.product_tianrun7::after {
  position: absolute;
  z-index: 1;
  content: '';
  background: url('../images/t_right.jpg') center center no-repeat;
  background-size: 55vw 55vw;
  width: 55vw;
  height: 55vw;
  right: 4vw;
  top: 1.2rem;
  display: block
}

@media (max-width: 767px) {
  .product_tianrun7::after {
    width: 100vw;
    height: 100vw;
    background-size: 100vw 100vw;
    top: auto;
    bottom: 0
  }
}

.product_tianrun7::before {
  position: absolute;
  z-index: 2;
  content: '';
  background: url('../images/t_left.png') 0 2.5vw no-repeat;
  background-size: 48vw 48vw;
  width: 100%;
  height: 100%;
  display: block
}

@media (max-width: 767px) {
  .product_tianrun7::before {
    width: 90vw;
    height: 90vw;
    background-size: 90vw 90vw
  }
}

.product_tianrun7 .left {
  position: relative;
  z-index: 2;
  width: 45vw;
  height: 45vw;
  text-align: center;
  margin-left: 2.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 1.5rem
}

@media (max-width: 767px) {
  .product_tianrun7 .left {
    width: 90vw;
    height: 90vw
  }
}

.product_tianrun7 .left .book {
  width: 5rem;
  margin: .1rem 0
}

.product_tianrun7 .left .item {
  transform-origin: center center;
  transform: scale(0);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease
}

.product_tianrun7 .left .item.active {
  transform: scale(1)
}

.product_tianrun7 .right {
  width: 55vw;
  height: 55vw;
  text-align: center;
  margin-top: 1.2rem;
  margin-left: -7vw;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  transform-origin: center center;
  transform: scale(0);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease
}

@media (max-width: 767px) {
  .product_tianrun7 .right {
    width: 90vw;
    height: 90vw;
    margin-left: 10vw;
    margin-bottom: 6vw
  }

  .product_tianrun7 .right>.desc {
    margin-right: 15vw
  }

  .product_tianrun7 .right .icon {
    max-width: 50%;
    margin: auto
  }
}

.product_tianrun7 .right.active {
  transform: scale(1)
}

.product_tianrun7 .right .list li {
  background: url('../images/t_radius.png') top center no-repeat;
  width: 2.1rem;
  background-size: 2.1rem 2.1rem;
  min-height: 2.1rem;
  font-size: var(--font15);
  color: #000;
  position: absolute;
  padding: .3rem;
  box-sizing: border-box;
  text-align: center;
  animation: 7s ease-in-out 0s infinite normal none running
}

@media (max-width: 767px) {
  .product_tianrun7 .right .list li {
    width: 1.1rem;
    background-size: 1.1rem 1.1rem;
    min-height: 1.1rem;
    padding: 0
  }
}

.product_tianrun7 .right .list .icon img {
  max-height: 1.3rem
}

@media (max-width: 767px) {
  .product_tianrun7 .right .list .icon img {
    max-height: .7rem
  }
}

.product_tianrun7 .right .list .desc {
  line-height: 1.2;
  padding-bottom: .15rem
}

@media (max-width: 767px) {
  .product_tianrun7 .right .list .desc {
    transform: scale(.7);
    width: 150%;
    transform-origin: center center;
    margin-left: -25%
  }
}

@media (max-width: 767px) {
  .product_tianrun7 .right .list .item {
    width: 300%;
    margin-top: -5%;
    margin-left: -100%
  }
}

.product_tianrun7 .right .list li:nth-child(1) {
  top: calc(43% - 1.05rem);
  left: calc(24% - 1.05rem);
  animation-name: logo-ani1
}

@media (max-width: 767px) {
  .product_tianrun7 .right .list li:nth-child(1) {
    top: calc(53% - 1.05rem)
  }
}

.product_tianrun7 .right .list li:nth-child(2) {
  top: calc(25% - 1.05rem);
  left: calc(37% - 1.05rem);
  animation-name: logo-ani1
}

.product_tianrun7 .right .list li:nth-child(3) {
  top: calc(25% - 1.05rem);
  left: calc(59% - 1.05rem);
  animation-name: logo-ani2
}

.product_tianrun7 .right .list li:nth-child(3) .desc {
  padding-bottom: .1rem
}

.product_tianrun7 .right .list li:nth-child(3) .icon {
  margin-top: -0.15rem
}

.product_tianrun7 .right .list li:nth-child(8) {
  animation-name: logo-ani3;
  top: calc(65% - 1.05rem);
  left: calc(26% - 1.05rem)
}

.product_tianrun7 .right .list li:nth-child(7) {
  animation-name: logo-ani13;
  top: calc(80% - 1.05rem);
  left: calc(44% - 1.05rem)
}

.product_tianrun7 .right .list li:nth-child(6) {
  animation-name: logo-ani4;
  top: calc(75% - 1.05rem);
  left: calc(65% - 1.05rem)
}

.product_tianrun7 .right .list li:nth-child(4) {
  animation-name: logo-ani14;
  top: calc(59% - 1.05rem);
  left: calc(80% - 1.05rem)
}

.product_tianrun7 .right .list li:nth-child(5) {
  animation-name: logo-ani5;
  top: calc(37% - 1.05rem);
  left: calc(78% - 1.05rem)
}

.product_tianrun2 {
  padding: 1rem 0 1.4rem;
  background: center center no-repeat;
  background-size: cover
}

.product_tianrun2 .bg {
  width: 105%;
  margin-left: -5%;
  margin-top: -5%;
  max-width: 105%
}

@media (max-width:768px) {
  .product_tianrun2 .bg {
    width: 100%;
    margin-left: 0
  }
}

.product_tianrun2 .tianrun_pic {
  position: relative;
  width: 108%;
  margin-left: -9%;
  margin-top: 2rem
}

@media (max-width: 1260px) {
  .product_tianrun2 .tianrun_pic {
    width: 100%;
    margin-left: 0;
    margin-top: .4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
}

.product_tianrun2 .tianrun_pic .item {
  border: .04rem solid #000;
  margin: .1rem;
  position: absolute;
  cursor: pointer;
  box-shadow: 5px 5px 10px 1px #00000024;
  border-radius: .01rem
}

@media (max-width: 1260px) {
  .product_tianrun2 .tianrun_pic .item {
    margin: .1rem 0;
    position: static !important;
    width: calc(50% - .1rem) !important;
    margin-left: 0 !important
  }

  .product_tianrun2 .tianrun_pic .item .public-img::before {
    padding-top: 100% !important
  }
}

.product_tianrun2 .tianrun_pic .item_wrap {
  position: relative
}

.product_tianrun2 .tianrun_pic .text-box {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  letter-spacing: .1rem
}

.product_tianrun2 .tianrun_pic .shenzhen {
  position: relative;
  width: 21%
}

.product_tianrun2 .tianrun_pic .shenzhen .public-img::before {
  padding-top: 60%
}

.product_tianrun2 .tianrun_pic .xian,
.product_tianrun2 .tianrun_pic .nanchang {
  position: relative;
  width: 13%;
  margin-left: 8.7%
}

.product_tianrun2 .tianrun_pic .xian .public-img::before,
.product_tianrun2 .tianrun_pic .nanchang .public-img::before {
  padding-top: 75%
}

.product_tianrun2 .tianrun_pic .wuhan {
  position: absolute;
  top: -8%;
  left: calc(21% + .12rem);
  width: 20%
}

.product_tianrun2 .tianrun_pic .wuhan .public-img::before {
  padding-top: 65%
}

.product_tianrun2 .tianrun_pic .beijing {
  position: absolute;
  top: 28.5%;
  left: calc(21% + .12rem);
  width: 15%
}

.product_tianrun2 .tianrun_pic .beijing .public-img::before {
  padding-top: 150%
}

.product_tianrun2 .tianrun_pic .changsha {
  position: absolute;
  top: -34.5%;
  left: calc(41% + .24rem);
  width: 15%
}

.product_tianrun2 .tianrun_pic .changsha .public-img::before {
  padding-top: 150%
}

.product_tianrun2 .tianrun_pic .guangzhou {
  position: absolute;
  width: 23%;
  left: calc(36% + .24rem);
  top: 28.5%
}

.product_tianrun2 .tianrun_pic .guangzhou .public-img::before {
  padding-top: 79%
}

.product_tianrun2 .tianrun_pic .chongqing {
  position: absolute;
  top: -44%;
  left: calc(56% + .36rem);
  width: 10.8%
}

.product_tianrun2 .tianrun_pic .chongqing .public-img::before {
  padding-top: 125%
}

.product_tianrun2 .tianrun_pic .hanzhou {
  position: absolute;
  top: -44%;
  left: calc(66.7% + .48rem);
  width: 10.8%
}

.product_tianrun2 .tianrun_pic .hanzhou .public-img::before {
  padding-top: 125%
}

.product_tianrun2 .tianrun_pic .chengdu {
  position: absolute;
  top: -2.5%;
  left: calc(55.2% + .48rem);
  width: 22.3%
}

.product_tianrun2 .tianrun_pic .chengdu .public-img::before {
  padding-top: 50%
}

.product_tianrun2 .tianrun_pic .kunming {
  position: absolute;
  top: 28.5%;
  left: calc(58% + .48rem);
  width: 19.5%
}

.product_tianrun2 .tianrun_pic .kunming .public-img::before {
  padding-top: 43%
}

.product_tianrun2 .tianrun_pic .nanjing {
  position: absolute;
  top: 56%;
  left: calc(58% + .48rem);
  width: 19.5%
}

.product_tianrun2 .tianrun_pic .nanjing .public-img::before {
  padding-top: 45%
}

.product_tianrun2 .tianrun_pic .shanghai {
  position: absolute;
  top: -8.2%;
  left: calc(76% + .85rem);
  width: 19%
}

@media (min-width: 1901px) {
  .product_tianrun2 .tianrun_pic .shanghai {
    right: -0.3%
  }
}

@media (max-width:768px) {
  .product_tianrun2 .tianrun_pic .shanghai {
    left: auto;
    right: -1.8%
  }
}

.product_tianrun2 .tianrun_pic .shanghai .public-img::before {
  padding-top: 69%
}

.product_tianrun2 .tianrun_pic .xiamen {
  position: absolute;
  top: 28.5%;
  left: calc(76% + .85rem);
  width: 19%
}

@media (min-width: 1901px) {
  .product_tianrun2 .tianrun_pic .xiamen {
    right: -0.3%
  }
}

@media (max-width:768px) {
  .product_tianrun2 .tianrun_pic .xiamen {
    left: auto;
    right: -1.8%
  }
}

.product_tianrun2 .tianrun_pic .xiamen .public-img::before {
  padding-top: 43%
}

.product_tianrun2 .tianrun_pic .lanzhou {
  position: absolute;
  top: 56%;
  left: calc(76% + .85rem);
  width: 19%
}

@media (min-width: 1901px) {
  .product_tianrun2 .tianrun_pic .lanzhou {
    right: -0.3%
  }
}

@media (max-width:768px) {
  .product_tianrun2 .tianrun_pic .lanzhou {
    left: auto;
    right: -1.8%
  }
}

.product_tianrun2 .tianrun_pic .lanzhou .public-img::before {
  padding-top: 46%
}

.product_tianrun1 .animated,
.product_tianrun2 .animated,
.product_tianrun3 .animated,
.product_tianrun4 .animated,
.product_tianrun41 .animated,
.product_tianrun5 .animated,
.product_tianrun6 .animated,
.product_tianrun7 .animated {
  -webkit-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important
}

.product_tianrun1.product_tianrun41 .innerbox .right .slogan.active,
.product_tianrun2.product_tianrun41 .innerbox .right .slogan.active,
.product_tianrun3.product_tianrun41 .innerbox .right .slogan.active,
.product_tianrun4.product_tianrun41 .innerbox .right .slogan.active,
.product_tianrun41.product_tianrun41 .innerbox .right .slogan.active,
.product_tianrun5.product_tianrun41 .innerbox .right .slogan.active,
.product_tianrun6.product_tianrun41 .innerbox .right .slogan.active,
.product_tianrun7.product_tianrun41 .innerbox .right .slogan.active,
.product_tianrun1.product_tianrun7 .left .item.active,
.product_tianrun2.product_tianrun7 .left .item.active,
.product_tianrun3.product_tianrun7 .left .item.active,
.product_tianrun4.product_tianrun7 .left .item.active,
.product_tianrun41.product_tianrun7 .left .item.active,
.product_tianrun5.product_tianrun7 .left .item.active,
.product_tianrun6.product_tianrun7 .left .item.active,
.product_tianrun7.product_tianrun7 .left .item.active {
  -webkit-transition: all 1.5s linear !important;
  -o-transition: all 1.5s linear !important;
  transition: all 1.5s linear !important
}

.plan_main {
  background: url('../images/plan_bg.jpg') center center no-repeat;
  background-size: cover;
  padding: 1.7rem 0 0
}

.plan_text_section {
  text-align: center
}

.plan_text_section .w1448 {
  position: relative
}

.plan_text_section .text_bg {
  width: 3.8rem;
  position: absolute;
  top: -1rem;
  left: 0
}

.plan_text_section .slogan {
  color: var(--color_000);
  line-height: 1.9;
  letter-spacing: .1rem
}

.plan_text_section .plan_logo {
  padding: .7rem 0;
  width: 1.77rem
}

.plan_text_section .editor {
  color: var(--color_000);
  line-height: 1.9
}

.plan_list_section {
  position: relative
}

.plan_list_section .p2_left {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 7.55rem;
  height: 6.93rem;
  background: url('../images/p2_left.png') top left no-repeat;
  background-size: cover;
  animation: logo-ani1 7s ease-in-out 0s infinite normal none running
}

@media (max-width:768px) {
  .plan_list_section .p2_left {
    width: 3.775rem;
    height: 3.465rem;
    bottom: 15%
  }
}

.plan_list_section .p2_right {
  position: absolute;
  z-index: 1;
  bottom: 67%;
  right: 0;
  width: 7.59rem;
  height: 6.93rem;
  background: url('../images/p2_right.png') top left no-repeat;
  background-size: cover;
  animation: logo-ani2 7s ease-in-out 0s infinite normal none running
}

@media (max-width:768px) {
  .plan_list_section .p2_right {
    width: 3.775rem;
    height: 3.465rem;
    bottom: 86%
  }
}

.plan_list_section .w1448 {
  position: relative;
  z-index: 2
}

.plan_list_section .swiper_box {
  position: relative;
  width: 7rem
}

@media (max-width:768px) {
  .plan_list_section .swiper_box {
    height: auto;
    width: 100%
  }
}

.plan_list_section .button_list {
  position: absolute;
  z-index: 10;
  left: -1.5rem;
  transform: rotate(90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 1.3rem;
  top: 55%;
  transform: rotate(0, -50%)
}

@media (max-width:768px) {
  .plan_list_section .button_list {
    position: static;
    transform: rotate(0deg);
    transform: rotate(0, 0);
    width: 120px;
    margin: .1rem auto .3rem
  }
}

.plan_list_section .button_list img {
  width: .12rem;
  display: block
}

@media (max-width:768px) {
  .plan_list_section .button_list img {
    width: .2rem
  }
}

.plan_list_section .button_list .swiper-button-disabled {
  opacity: .4;
  cursor: no-drop
}

.plan_list_section .button_list .previcon {
  transform: rotate(180deg)
}

.plan_list_section .button_list .previcon,
.plan_list_section .button_list .nexticon {
  cursor: pointer
}

.plan_list_section .imagelist {
  height: 10rem;
  overflow: hidden
}

@media (max-width:768px) {
  .plan_list_section .imagelist {
    height: auto;
    padding-bottom: .1rem
  }
}

.plan_list_section .imagelist .item {
  transform: scale(.6);
  height: 3.2rem !important;
  background: var(--color_000);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease
}

@media (max-width:768px) {
  .plan_list_section .imagelist .item {
    transform: scale(.8)
  }
}

.plan_list_section .imagelist .item img {
  opacity: .3
}

.plan_list_section .text_box {
  color: var(--color_fff);
  width: 5.4rem;
  text-align: center;
  margin-top: 1rem
}

@media (max-width:768px) {
  .plan_list_section .text_box {
    width: 100%;
    background: rgba(0, 0, 0, 0.25);
    padding: .2rem;
    margin-top: .3rem;
    text-shadow: none
  }
}

.plan_list_section .text_box .title {
  letter-spacing: .2rem;
  font-family: 'SourceHanSerifCN'
}

.plan_list_section .text_box .desc {
  line-height: 1.85;
  text-align: justify;
  padding-top: .2rem
}

.plan_list_section .swiper-slide-active .item {
  height: 3rem !important;
  transform: scale(1)
}

.plan_list_section .swiper-slide-active .item img {
  opacity: 1
}

.plan_list_section .swiper-slide-prev .item {
  transform-origin: center bottom
}

@media (max-width:768px) {
  .plan_list_section .swiper-slide-prev .item {
    transform-origin: center center
  }
}

.plan_list_section .swiper-slide-next .item {
  transform-origin: center top
}

@media (max-width:768px) {
  .plan_list_section .swiper-slide-next .item {
    transform-origin: center center
  }
}

.plan_list_section .li_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 3rem
}

@media (max-width:768px) {
  .plan_list_section .li_item {
    padding: 1rem 0 2rem
  }
}

.plan_list_section .li_item:nth-child(even) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.plan_list_section .li_item:nth-child(even) .button_list {
  left: auto;
  right: -1.5rem
}

.responsibility-main {
  background: url('../images/responsibility_bg.jpg') bottom center no-repeat var(--color_fff);
  background-size: cover;
  padding-bottom: .5rem;
  background-attachment: fixed
}

@media (max-width:990px) {
  .responsibility-main {
    background-attachment: unset
  }
}

.responsibility-main .text-box {
  text-align: center
}

.responsibility-main .item {
  padding: .8rem 0 1.2rem
}

.responsibility-main .title {
  text-transform: uppercase
}

.responsibility-main .desc {
  color: #262c2e;
  line-height: 1.64;
  padding: .4rem 0 .8rem
}

.responsibility-main .certify {
  position: relative;
  margin: 0 auto;
  width: 95%;
  opacity: 0;
  transform: scale(.8);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  transform-origin: center center
}

.responsibility-main .certify.active {
  transform: scale(1);
  opacity: 1
}

.responsibility-main .certify .swiper-slide {
  width: 8rem;
  padding-bottom: .8rem;
  margin-bottom: .7rem
}

.responsibility-main .swiper-pagination {
  bottom: 0;
  z-index: 10
}

.responsibility-main .swiper-pagination-bullet {
  background: transparent;
  background: rgba(89, 87, 87, 0.65);
  opacity: 1;
  cursor: pointer;
  width: .14rem;
  height: .14rem;
  margin: .1rem .22rem !important
}

.responsibility-main .swiper-pagination-bullet-active {
  background: #000
}

.responsibility-main .swiper-slide .picture {
  background: #000;
  transform-style: preserve-3d;
  overflow: hidden;
  transition-duration: 0ms;
  transform: skewY(-5deg) scaleY(1.7) translateY(.08rem);
  clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.responsibility-main .swiper-slide .picture img {
  opacity: .4
}

.responsibility-main .swiper-slide.swiper-slide-prev .picture {
  clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
  transform: skewY(-2deg) scaleY(1.2) translateX(1.5rem);
  transform-style: initial
}

.responsibility-main .swiper-slide.swiper-slide-next .picture {
  transform: skewY(2deg) scaleY(1.2) translateX(-1.5rem);
  transform-style: initial;
  clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 90%)
}

.responsibility-main .swiper-slide.swiper-slide-next+.swiper-slide .picture {
  transform: skewY(2deg) scaleY(1.7) translateY(.1rem);
  transform-style: initial;
  clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 95%)
}

.responsibility-main .swiper-slide.swiper-slide-active .picture {
  transform: skewY(0);
  transform-style: initial;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)
}

.responsibility-main .swiper-slide.swiper-slide-active .picture img {
  opacity: 1
}

.power_group {
  padding: 1.2rem 0 1.4rem;
  overflow: hidden
}

.power_group .content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: relative;
  padding-top: 1rem
}

.power_group .content_box .line {
  background-color: #777;
  position: absolute
}

.power_group .content_box .line.line1 {
  width: 120%;
  height: 1px;
  bottom: 0;
  right: 0
}

.power_group .content_box .line.line2 {
  height: 120%;
  width: 1px;
  top: 0;
  right: 31%
}

@media (max-width:768px) {
  .power_group .content_box .line {
    display: none
  }
}

.power_group .content_box .pic {
  position: relative;
  width: 68%;
  margin-bottom: 1.5rem
}

@media (max-width:768px) {
  .power_group .content_box .pic {
    width: 100%;
    margin-bottom: .5rem
  }
}

.power_group .content_box .pic::before {
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  position: absolute;
  top: -0.25rem;
  left: -0.25rem
}

.power_group .content_box .pic img {
  position: relative;
  z-index: 2
}

.power_group .content_box .text_box {
  width: 32%;
  line-height: 1.9;
  padding: .3rem 0 .3rem .6rem
}

@media (max-width:768px) {
  .power_group .content_box .text_box {
    width: 100%;
    padding: .3rem 0
  }
}

.power_tech {
  padding: 1.2rem 0 1.4rem;
  overflow: hidden;
  background-color: #000
}

.power_tech .public_title {
  position: relative;
  color: #fff;
  text-align: right
}

.power_tech .public_title::before {
  content: '';
  display: block;
  width: 120%;
  height: 1px;
  position: absolute;
  top: 68%;
  right: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.4)
}

.power_tech .public_title .t1 {
  display: inline-block;
  background-color: #000;
  position: relative;
  padding-left: .2rem;
  z-index: 2
}

.power_tech .content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
  padding-top: 1rem
}

.power_tech .content_box .line {
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute
}

.power_tech .content_box .line.line1 {
  width: 120%;
  height: 1px;
  bottom: 0;
  right: 0
}

.power_tech .content_box .line.line2 {
  height: 110%;
  width: 1px;
  top: 10%;
  left: 31%
}

@media (max-width:768px) {
  .power_tech .content_box .line {
    display: none
  }
}

.power_tech .content_box .pic {
  position: relative;
  width: 50%;
  margin-bottom: 1.5rem
}

@media (max-width:768px) {
  .power_tech .content_box .pic {
    width: 100%;
    margin-bottom: .5rem
  }
}

.power_tech .content_box .pic::before {
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  top: .25rem;
  left: .25rem
}

.power_tech .content_box .pic img {
  position: relative;
  z-index: 2
}

.power_tech .content_box .text_box {
  width: 32%;
  line-height: 1.9;
  padding: .3rem .6rem .3rem 0;
  color: #fff
}

@media (max-width:768px) {
  .power_tech .content_box .text_box {
    width: 100%;
    padding: .3rem 0
  }
}

.power_certificate {
  padding: 1rem 0;
  background: url('../images/power4.png') center center no-repeat;
  background-size: cover
}

.power_certificate .content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: .85rem
}

.power_certificate .content_box .pic {
  width: 71%
}

@media (max-width:768px) {
  .power_certificate .content_box .pic {
    width: 100%
  }
}

.power_certificate .content_box .text_box {
  color: #000;
  line-height: 3.2;
  width: 27%
}

@media (max-width:768px) {
  .power_certificate .content_box .text_box {
    width: 100%;
    padding: .2rem 0
  }
}

.power_product {
  padding: 1rem 0;
  background: url('../images/power6.png') center center no-repeat;
  background-size: cover
}

.power_product .w1448 {
  position: relative
}

.power_product .public_title {
  position: absolute;
  bottom: .4rem;
  left: .6rem
}

.history_main_list {
  padding-top: 1rem
}

.history_main_list>section {
  background: center center no-repeat #000;
  background-size: cover;
  background-attachment: fixed;
  padding: 0 0 1rem 0;
  position: relative
}

.history_main_list>section::after,
.history_main_list>section::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff
}

@media (max-width:768px) {

  .history_main_list>section::after,
  .history_main_list>section::before {
    display: none
  }
}

.history_main_list>section::after {
  right: 11.7%
}

.history_main_list>section::before {
  right: 48%
}

.history_main_list>section:nth-child(1)::after,
.history_main_list>section:nth-child(1)::before {
  height: calc(100% - 2rem)
}

.history_main_list>section:last-child::after,
.history_main_list>section:last-child::before {
  height: calc(100% - 2rem);
  bottom: 2rem
}

.history_main_list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-top: 1rem
}

.history_main_list .item .pictures {
  position: relative;
  width: 47.5%
}

.history_main_list .item .pictures .public-img {
  filter: grayscale(100%);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease
}

.history_main_list .item .pictures .public-img::before {
  padding-top: 66%
}

.history_main_list .item .pictures .icon_wrap {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  left: -1.25rem;
  bottom: -0.3rem;
  z-index: 1
}

@media (max-width:768px) {
  .history_main_list .item .pictures .icon_wrap {
    left: -5%;
    bottom: 0
  }
}

.history_main_list .item .pictures .icon {
  width: 2.5rem;
  height: 2.5rem;
  background: url('../images/flower-white.png') center center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  transform: rotate(0deg);
  transform-origin: center center
}

.history_main_list .item .pictures .icon>div {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  transform: rotate(0deg);
  transform-origin: center center
}

@media (max-width:768px) {
  .history_main_list .item .pictures {
    width: 100%;
    padding-bottom: 1.25rem
  }
}

.history_main_list .item .text-box {
  width: 50%;
  position: relative;
  min-height: 5.5rem
}

@media (max-width:768px) {
  .history_main_list .item .text-box {
    width: 100%;
    padding: .5rem 0
  }
}

.history_main_list .item .text-box .text-box-bottom {
  position: absolute;
  bottom: 0;
  left: 0
}

.history_main_list .item:hover .pictures .public-img {
  filter: grayscale(0%)
}

.history_main_list .item:hover .icon {
  transform: rotate(60deg)
}

.history_main_list .item:hover .icon>div {
  transform: rotate(-60deg)
}

.history_main_list .item .year {
  line-height: 1;
  font-family: 'SourceHanSerifCN'
}

.history_main_list .item .name {
  padding: .4rem 0 .2rem
}

.history_main_list .item .desc {
  line-height: 1.3
}

.history_main_list .item .desc li {
  padding: 0 0 6px 0;
  position: relative
}

.history_main_list .item .desc li::before {
  content: 'â€¢';
  position: absolute;
  top: .15rem;
  left: 0;
  transform: translate(0, -50%);
  display: none;
}

.history_main_list .history_white_bg {
  background-color: #ffffff
}

.history_main_list .history_white_bg::after,
.history_main_list .history_white_bg::before {
  background-color: #000
}

.history_main_list .history_white_bg .item .public-img {
  border: 1px solid #000
}

.history_main_list .history_white_bg .item .text-box-bottom {
  color: #737373
}

.history_main_list .history_black_bg .item .text-box {
  color: #ffffff
}

.history_main_list .history_black_bg .item .pictures .icon {
  background: url('../images/flower-black.png') center center no-repeat;
  background-size: cover;
  color: #ffffff
}

.history_main_bottom {
  background: center top no-repeat;
  background-size: cover;
  min-height: 8rem;
  color: #ffffff;
  padding: 1rem 5%;
  text-align: center;
  margin-top: -1px
}

.history_main_bottom .title {
  font-weight: normal;
  letter-spacing: .1rem
}

.idx_team .center_box .img_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1
}

.idx_team .center_box .img_box img {
  width: 100%;
  height: auto
}

.idx_team .center_box .img_box .one {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  background: #fff;
  overflow: hidden
}

.idx_team .center_box .img_box .one img {
  max-width: unset;
  max-height: unset;
  height: 100%
}

.idx_team .center_box .img_box .tow {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2
}

.idx_team .center_box .img_box.imgActive.active .one {
  width: 0;
  height: 100%;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease
}

.idx_team .center_box .img_box.imgActive.active .one img {
  width: auto
}

.idx_development {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: .8rem;
  padding-bottom: 1rem;
  background: #FFFFFF
}

.idx_development .center_box {
  width: 100%;
  height: auto;
  max-width: 81.458%;
  margin: 0 auto
}

.idx_development .center_box .box_info {
  width: 100%;
  height: auto
}

.idx_development .center_box .box_info .left_box {
  width: 52%;
  height: auto
}

.idx_development .center_box .box_info .right_box {
  width: 43%;
  height: auto
}

.idx_development .center_box .box_info .right_box .idx_subtitle .t1 {
  line-height: 1
}

.idx_development .center_box .box_info .right_box .item_box {
  width: 100%;
  height: auto;
  margin-top: .45rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .26rem .2rem
}

.idx_development .center_box .box_info .right_box .item_box .item {
  width: 100%;
  height: auto;
  font-size: var(--font20)
}

.idx_development .center_box .box_info .right_box .item_box .item .icon {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  gap: .05rem
}

.idx_development .center_box .box_info .right_box .item_box .item .icon span {
  color: var(--active_color);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: 'SourceHanSerifCN'
}

.idx_development .center_box .box_info .right_box .item_box .item .icon i {
  font-style: normal;
  font-size: var(--font28);
  color: var(--active_color)
}

.idx_development .center_box .box_info .right_box .item_box .item .word {
  width: 100%;
  height: auto
}

.idx_development .center_box .word_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  margin-top: .6rem;
  max-width: 69.75%
}

.idx_development .center_box .word_box .t1Box {
  width: 100%;
  height: auto
}

.idx_development .center_box .word_box .t1Box .t1 {
  font-weight: 500;
  line-height: 1
}

.idx_development .center_box .word_box .t1Box .t2 {
  color: #a7a6a6;
  text-transform: uppercase;
  margin-top: .1rem;
  font-family: 'Bahnschrift'
}

.idx_development .center_box .word_box .t2Box {
  width: 100%;
  height: auto;
  margin-top: .15rem;
  color: #4d4d4d
}

@media (max-width:990px) {
  .idx_development .center_box .word_box .t2Box {
    width: 90%;
    margin: auto
  }
}

@media (max-width:990px) {
  .idx_development .center_box {
    width: 100%;
    height: auto;
    padding: 0 20px;
    max-width: 100%
  }

  .idx_development .center_box .box_info {
    flex-direction: column-reverse;
    gap: .2rem
  }

  .idx_development .center_box .box_info .right_box .item_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .2rem .3rem
  }
}

.fix_top {
  width: .7rem;
  height: .7rem;
  background-color: var(--color_fff);
  transition: all .4s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed;
  bottom: .6rem;
  right: 10px;
  z-index: 999;
  border-radius: .1rem;
  color: rgba(42, 113, 245, 0.45)
}

@media (max-width:768px) {
  .fix_top {
    width: .9rem;
    height: .9rem
  }
}

.fix_top .icon {
  margin: auto;
  width: 60%
}

@media (max-width:768px) {
  .fix_top .icon {
    padding-bottom: .1rem
  }
}

.fix_top:hover {
  color: #2a71f5
}

@keyframes svgine {
  0% {
    transform: translateY(0%) translateX(-10%)
  }

  50% {
    transform: translateY(50%) translateX(0%)
  }

  100% {
    transform: translateY(0%) translateX(-10%)
  }
}

@keyframes svgine2 {
  0% {
    transform: translateY(0%) translateX(0%)
  }

  50% {
    transform: translateY(50%) translateX(50%)
  }

  100% {
    transform: translateY(0%) translateX(0%)
  }
}

@keyframes svgine3 {
  0% {
    transform: translateY(0%) translateX(0%)
  }

  50% {
    transform: translateY(50%) translateX(-50%)
  }

  100% {
    transform: translateY(0%) translateX(0%)
  }
}

@keyframes svgine4 {
  0% {
    transform: translateY(0%) translateX(-55%)
  }

  50% {
    transform: translateY(10%) translateX(0%)
  }

  100% {
    transform: translateY(0%) translateX(0%)
  }
}

.ins_planBanner {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden
}

.ins_planBanner .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center
}

.ins_planBanner .content .t0 {
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.16;
  text-align: center;
  font-family: 'CormorantSC-Regular'
}

.ins_planBanner .content .t1 {
  font-weight: 300;
  letter-spacing: .2rem
}

.ins_planBanner .aniBox {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0
}

.ins_planBanner .aniBox img {
  animation: svgine 40s linear infinite;
  width: 120%;
  max-width: unset
}

.insBnn .aniBox {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  pointer-events: none
}

.insBnn .aniBox img {
  animation: svgine4 100s linear infinite;
  width: 120%;
  max-width: unset
}

.responsibility-main .swiper-slide .picture .pb {
  padding-bottom: 67%
}

.responsibility-main .swiper-slide .picture .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.yuexin_healthcare_section .content-box .imagelist .item {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.idx_about .center_box .content .img_w100 {
  height: 5.12rem;
  overflow: hidden
}

.idx_about .center_box .content .img_w100 img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.idx_brands .center_box .content .item_box .item .word {
  top: unset;
  bottom: 0
}

.idx_honor .center_box .content .desc .img {
  width: 100%;
  height: auto
}

.idx_honor .center_box .content .desc .img img {
  width: 100%;
  height: auto
}

.idx_banner .swiper_box ul li.swiper-slide-active .img_w100 .pc-view {
  height: 100vh
}

.product_tianrun41 .innerbox .right .desc .list {
  margin-top: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: .4rem;
  font-weight: 300
}

.product_tianrun41 .innerbox .right .desc .list .one {
  line-height: 2
}

.yuexin_environment_section .textList li {
  animation: grow7 var(--time) cubic-bezier(.39, .58, .57, 1) infinite
}

.yuexin_healthcare_section .content-box .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: .22rem
}

.yuexin_healthcare_section .content-box .swiper-pagination span {
  margin: 0
}

.yuexin_healthcare_section .content-box .swiper-pagination {
  right: -0.4rem
}

.yuexin_healthcare_section .content-box .left {
  font-weight: 300
}

.public_product_banner {
  padding-top: 2rem;
  padding-bottom: 1.2rem
}

.public_banner .content .t6 {
  letter-spacing: .05rem;
  font-weight: 300
}

.power_group .content_box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.power_group .content_box .text_box {
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: .2rem;
  width: 28%
}

.power_group .content_box .line.line2 {
  right: 30%
}

.industry_exchange .innerbox .itemlist ul a {
  color: #000
}

.industry_exchange .innerbox .itemlist ul a .info .content {
  width: 63.629%
}

.industry_exchange .innerbox .itemlist ul a .date {
  font-family: "CormorantSC";
  font-weight: 200
}

.industry_exchange .innerbox .itemlist ul a .info .content .title {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.industry_exchange .innerbox .itemlist ul a:hover .info .content .title {
  color: var(--active_color)
}

.meeting-section2 .itemlist ul a:hover .content .title {
  color: var(--active_color)
}

.meeting-section2 .itemlist ul a .content .title {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.meeting-section2 .itemlist ul a {
  color: #000
}

.meeting-section2 .itemlist ul a .date {
  font-family: "CormorantSC";
  font-weight: 200
}

.meeting-section2 .left .swiper-slide:hover::before,
.meeting-section2 .left .swiper-slide.active::before {
  font-weight: 500
}

.plan_text_section .editor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: .46rem;
  font-weight: 300;
  line-height: 1.919;
  letter-spacing: .05rem
}

.plan_text_section .slogan {
  font-weight: 300
}

.public_banner .content .t3 {
  margin-top: .2rem;
  font-weight: 300
}

.public_banner .content .t2 {
  margin: 0;
  margin-top: .2rem
}

.public_banner .content .t1 {
  letter-spacing: .15rem
}

.contact-section2 .itemList .title {
  font-size: var(--font34)
}

.contact-section2 .itemList .text-box {
  font-size: var(--font30)
}

.brand_all_intro .content .itemlist .item .logo {
  min-height: 1.08rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}

.brand_all_intro .content .itemlist .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.idx_brands .center_box .content .item_box .item .word {
  min-height: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.idx_win_brand.active .win_images_list {
  transform: translate(14%, -18%)
}

.idx_about .center_box .content .word_box .right_box .videoBox .video {
  cursor: pointer
}

.idx_social .idx_subtitle .t2 {
  line-height: 1.5
}

.indexbanner {
  background: #000;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

@media (max-width:990px) {
  .indexbanner {
    display: none
  }
}
.indexbanner .video {
  width: 100%;
  height: auto
}

.indexbanner .video video {
  width: 100%;
  height: 100vh;
  object-fit: cover
}

.idx_development .center_box .box_info .left_box .map {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1
}

.idx_development .center_box .box_info .left_box .map .two {
  width: 100%;
  height: auto
}

.idx_development .center_box .box_info .left_box .map .two img {
  width: 100%;
  height: auto
}

.idx_development .center_box .box_info .left_box .map .one {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(80deg);
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  opacity: 0;
  transform-origin: center center;
  width: var(--wh)
}

.idx_development .center_box .box_info .left_box .map .one.active {
  transform: rotate(0deg);
  opacity: 1
}

.product_tianrun2 .tianrun_pic .wuhan .public-img::before {
  padding-top: 57%
}

.product_tianrun2 .tianrun_pic .changsha .public-img::before {
  padding-top: 139%
}

.product_tianrun2 .tianrun_pic .chengdu .public-img::before {
  padding-top: 42.5%
}

.product_tianrun2 .tianrun_pic .shanghai .public-img::before {
  padding-top: 61%
}

.ins_newBanner {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden
}

.ins_newBanner video.pc-view {
  max-height: 50vh
}

footer {
  width: 100%;
  height: auto;
  overflow: hidden
}

.ins_newdCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 1rem 0
}

.ins_newdCon1 .center_box {
  width: 100%;
  height: auto
}

.ins_newdCon1 .center_box .box_info {
  width: 100%;
  height: auto
}

.ins_newdCon1 .center_box .box_info .left_box {
  width: 75%
}

.ins_newdCon1 .center_box .box_info .left_box .Word_box {
  width: 100%;
  height: auto;
  padding-bottom: .4rem;
  position: relative;
  z-index: 1
}

.ins_newdCon1 .center_box .box_info .left_box .Word_box::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .4
}

.ins_newdCon1 .center_box .box_info .left_box .title {
  width: 100%;
  height: auto;
  text-align: center
}

.ins_newdCon1 .center_box .box_info .left_box .list {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: .5rem
}

.ins_newdCon1 .center_box .box_info .left_box .list .one {
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: .1rem;
  font-size: var(--font14);
  color: #666666;
  font-weight: 300;
  margin-top: .2rem
}

.ins_newdCon1 .center_box .box_info .left_box .contentB {
  width: 100%;
  height: auto;
  margin-top: .8rem;
  padding-bottom: .8rem;
  position: relative;
  z-index: 1
}

.ins_newdCon1 .center_box .box_info .left_box .contentB::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .4
}

.ins_newdCon1 .center_box .box_info .left_box .contentB img {
  width: 100% !important;
  height: auto !important
}

.ins_newdCon1 .center_box .box_info .left_box .pager {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: .15rem
}

.ins_newdCon1 .center_box .box_info .left_box .pager .one {
  font-size: var(--font16);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.ins_newdCon1 .center_box .box_info .left_box .pager .one:hover {
  color: var(--active_color)
}

.ins_newdCon1 .center_box .box_info .right_box {
  width: 20%;
  padding-top: .73rem;
  position: sticky;
  top: .3rem;
  height: 100%
}

.ins_newdCon1 .center_box .box_info .right_box .titBox {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: .1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: .2rem;
  position: relative;
  z-index: 1
}

.ins_newdCon1 .center_box .box_info .right_box .titBox::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .4
}

.ins_newdCon1 .center_box .box_info .right_box .item_box {
  width: 100%;
  height: auto;
  margin-top: .3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: .3rem
}

.ins_newdCon1 .center_box .box_info .right_box .item_box .item {
  width: 100%;
  height: auto;
  padding-bottom: .3rem;
  position: relative;
  z-index: 1
}

.ins_newdCon1 .center_box .box_info .right_box .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .4
}

.ins_newdCon1 .center_box .box_info .right_box .item_box .item .title {
  color: #333333
}

.ins_newdCon1 .center_box .box_info .right_box .item_box .item .list .one {
  color: #666666;
  font-weight: 300;
  margin-top: .15rem
}

.public_product_banner.tianrun_banner .content-box {
  max-width: 100%;
  width: 62.5%;
  position: relative;
  z-index: 1;
  left: 19.79%
}

.public_product_banner .content-box .right {
  width: 50%
}

.public_product_banner .content-box .left {
  width: 37.8%;
  padding-top: .4rem
}

.public_product_banner .content-box .en {
  font-size: 12px;
  font-weight: 200
}

.product_tianrun41 .innerbox .right .desc .t1 {
  line-height: 1.9
}

.product_tianrun41 .innerbox {
  padding: .86rem 0
}

.idx_founder .center_box .content .wordBox {
  padding-left: 55%
}

.product_tianrun3 .list .item .two {
  line-height: 1.5
}

.idx_social .idx_subtitle .font50 {
  font-size: var(--font30) !important;
  letter-spacing: .2rem;
  font-weight: 300
}

@media (max-width:990px) {
  .idx_banner .swiper_box ul li .centerInfo .cont1 .center_box .t2 {
    max-width: unset
  }

  .w1580 {
    max-width: 100%;
    width: 100%;
    padding: 0 20px
  }

  .idx_message .center_box .right_box .textBox {
    max-height: 33vh !important;
    overflow: auto
  }

  .idx_development .center_box .word_box {
    max-width: 100%
  }

  .idx_win_brand .win_images_list {
    transform: scale(.6) translate(-10%, 0%) !important;
    margin-left: 0
  }

  .brand_all_banner .content .i-two {
    transform: translateX(-0.25rem)
  }

  .brand_all_banner .content .i-three {
    transform: translateX(-0.5rem)
  }

  .contact-section4 .itemList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .3rem
  }

  .contact-section4 .itemList li {
    padding-bottom: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .contact-section4 .itemList li .text {
    font-size: var(--font20)
  }

  .contact-section4 .itemList li .img {
    max-width: 80%;
    padding: .1rem;
    border: 1px solid #00000073
  }

  .contact-section2 .itemList .title {
    font-size: var(--font26);
    border-bottom: 1px solid #000;
    padding-bottom: .15rem
  }

  .contact-section2 .itemList .text-box {
    font-size: var(--font18);
    margin-top: .15rem
  }

  .contact-section2 .itemList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .3rem;
    overflow: hidden
  }

  .contact-section2 .itemList .text-box span {
    width: auto !important;
    display: contents
  }

  .history_main_list {
    padding-top: 0
  }

  .history_main_list .item .text-box {
    min-height: unset
  }

  .public_product_banner.tianrun_banner .content-box {
    max-width: 100%;
    width: 100%;
    height: auto;
    left: 0;
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .public_product_banner.tianrun_banner .content-box .left {
    width: 100%;
    height: auto
  }

  .public_product_banner.tianrun_banner .content-box .right {
    width: 100%;
    height: auto
  }

  .product_tianrun41 .innerbox .left .dots_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
    margin-top: .5rem;
    gap: .1rem
  }

  .product_tianrun41 .innerbox .left .dots_list li {
    width: 100% !important;
    border-radius: .1rem;
    height: auto;
    animation: unset !important;
    overflow: hidden;
    margin: 0;
    padding: 10px
  }

  .public_product_banner.yuexin_banner .content-box {
    max-width: unset;
    padding: 0 20px
  }

  .yuexin_video_section {
    height: 50vh;
    background-position: center center
  }

  .yuexin_healthcare_section .content-box .swiper-pagination {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
  }

  .public_product_banner .content-box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: auto;
    max-height: 500px;
    overflow: auto;
    flex-wrap: unset !important
  }

  .public_product_banner .content-box .left {
    width: 100%
  }

  .public_product_banner .content-box .right {
    width: 100%
  }

  .power_group .content_box .text_box {
    width: 100% !important
  }

  .idx_about .center_box .content .img_w100 {
    height: 2.1rem
  }

  .idx_title .t1 {
    font-size: var(--font36) !important
  }

  .idx_title .t2 {
    font-size: var(--font40)
  }

  .idx_founder .center_box .content .wordBox {
    padding-left: .4rem;
    top: 1rem
  }

  .product_tianrun3 .list .item .two {
    line-height: 1.5
  }
}

.meeting-section1 .swiper_info {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1
}

.meeting-section1 .swiper_info .idxPageSc {
  width: 100%;
  height: 2px;
  background: #000;
  position: relative;
  z-index: 1
}

.meeting-section1 .swiper_info .idxPageSc span {
  width: 100%;
  height: 5px;
  background: #000;
  bottom: 0;
  top: unset
}

.meeting-section1 .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden
}

.meeting-section1 .swiper_box ul li {
  width: 100%;
  height: auto
}

.meeting-section1 .swiper_box ul li .centerInfo {
  width: 100%;
  padding-bottom: .55rem;
  padding-top: .9rem;
  position: relative
}

.meeting-section1 .swiper_box ul li .centerInfo .each-item {
  background: url('../images/meeting_bg.jpg') top center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  min-height: 6.7rem;
  position: relative
}

.meeting-section1 .swiper_box ul li .centerInfo .each-item .public-img::before {
  padding-top: 56%
}

.meeting-section1 .swiper_box ul li .centerInfo .each-item .text-box {
  width: 100%;
  color: var(--color_fff);
  opacity: .8;
  padding: .45rem .25rem;
  min-height: 180px;
}

.meeting-section1 .swiper_box ul li .centerInfo .each-item .title {
  font-family: 'SourceHanSerifCN'
}

.meeting-section1 .swiper_box ul li .centerInfo .each-item .desc {
  line-height: 1.5;
  margin-top: .1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  width: 85%;
  letter-spacing: 1px
}

.meeting-section1 .swiper_box ul li .centerInfo .each-item .en {
  position: absolute;
  right: .2rem;
  bottom: 50%;
  font-family: 'CormorantSC-Regular';
  opacity: .85;
  writing-mode: vertical-rl
}

@media (max-width:990px) {
  .meeting-section1 .swiper_box ul li .centerInfo .each-item .en {
    top: .6rem
  }
}

.meeting-section1 .swiper_box ul li .centerInfo .each-item .other-bottom {
  width: 100%
}

.meeting-section1 .swiper_box ul li .centerInfo .each-item .more {
  height: .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-right: .25rem;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease
}

.meeting-section1 .swiper_box ul li .centerInfo .each-item .more img {
  filter: invert(100%)
}

@media (max-width:768px) {
  .meeting-section1 .swiper_box ul li .centerInfo .each-item .more {
    height: 1rem
  }
}

.meeting-section1 .swiper_box ul li .centerInfo .each-item:hover .more {
  padding-right: .1rem
}